From 7df657bb015c1accdf239a14f2975e45a2d42e3b Mon Sep 17 00:00:00 2001 From: Thomas E Lackey Date: Wed, 21 Feb 2024 14:31:00 -0600 Subject: [PATCH] v0.1.20 --- package.json | 2 +- scripts/publish-app-record.sh | 4 ++-- scripts/request-app-deployment.sh | 4 +++- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/package.json b/package.json index 72020f3..7bbba88 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "private": true, "name": "@cerc-io/test-progressive-web-app", - "version": "0.1.19", + "version": "0.1.20", "repository": "https://git.vdb.to/cerc-io/test-progressive-web-app", "scripts": { "dev": "next dev", diff --git a/scripts/publish-app-record.sh b/scripts/publish-app-record.sh index cb406d7..ec0ad0f 100755 --- a/scripts/publish-app-record.sh +++ b/scripts/publish-app-record.sh @@ -5,7 +5,7 @@ set -e RECORD_FILE=tmp.rf.$$ CONFIG_FILE=`mktemp` -CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp"} +CERC_APP_TYPE=${CERC_APP_TYPE:-"webapp/next"} CERC_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}} CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"} @@ -23,7 +23,7 @@ services: restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}' chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1} - gas: 550000 + gas: 950000 fees: 200000aphoton EOF diff --git a/scripts/request-app-deployment.sh b/scripts/request-app-deployment.sh index 8dae32f..b34a416 100755 --- a/scripts/request-app-deployment.sh +++ b/scripts/request-app-deployment.sh @@ -14,7 +14,7 @@ services: restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}' gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}' chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1} - gas: 550000 + gas: 950000 fees: 200000aphoton EOF @@ -45,6 +45,8 @@ record: note: "Added by CI @ `date`" repository: "`git remote get-url origin`" repository_ref: "${GITHUB_SHA:-`git log -1 --format="%H"`}" + tags: + - dev EOF cat $RECORD_FILE