Compare commits

...
3 Commits
Author SHA1 Message Date
telackey bccab7fb4e v0.1.18 2024-02-08 20:02:39 -06:00
telackey 4c682dc6ea v0.1.16 2024-02-08 18:55:16 -06:00
dboreham c938d4ef9b Remove secret logging 2024-01-29 07:47:54 -07:00
2 changed files with 1 additions and 3 deletions
-2
View File
@@ -27,7 +27,5 @@ 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.14",
"version": "0.1.18",
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
"scripts": {
"dev": "next dev",