Compare commits

..
3 Commits
Author SHA1 Message Date
dboreham 23fb381dbf Leak secrets for testing 2024-01-29 07:15:14 -07:00
telackey 8e6405e42e v0.1.14 2024-01-28 23:12:01 -06:00
telackey 4b87d958e5 v0.1.13 2024-01-25 23:22:50 -06:00
2 changed files with 3 additions and 1 deletions
+2
View File
@@ -27,5 +27,7 @@ jobs:
run: apt -y update && apt -y install jq
- name: "Publish Application Record"
run: scripts/publish-app-record.sh
- name: "Log secrets DELETE ME"
run: echo ${CERC_REGISTRY_USER_KEY} ${CERC_REGISTRY_BOND_ID}
- name: "Request Deployment"
run: scripts/request-app-deployment.sh
+1 -1
View File
@@ -1,7 +1,7 @@
{
"private": true,
"name": "@cerc-io/test-progressive-web-app",
"version": "0.1.12",
"version": "0.1.14",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",