Compare commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
05d0d29e61 | ||
|
|
caa2be6478 | ||
|
|
c31871213f | ||
|
|
190d2fa019 | ||
|
|
3ee5bc9556 | ||
|
|
f308b28eb4 | ||
|
|
f4e2492b01 | ||
|
|
3bb7ca4ae8 | ||
|
|
83a6347551 | ||
|
|
06b8756dfd | ||
|
|
c6673bde9d | ||
|
|
1375d0ad65 | ||
|
|
62ec540e18 | ||
|
|
bd2278384c | ||
|
|
8686fc0739 | ||
|
|
a04d5e2799 | ||
|
|
951b71c805 | ||
|
|
04188bf004 | ||
|
|
0581961948 | ||
|
|
d0f50ce666 | ||
|
|
35652a4abc | ||
|
|
2d700ba6fd | ||
|
|
cb9b2e37fd | ||
|
|
7df657bb01 | ||
|
|
a5c4fed775 | ||
|
|
bccab7fb4e | ||
|
|
4c682dc6ea | ||
|
|
c938d4ef9b | ||
|
|
23fb381dbf | ||
|
|
8e6405e42e | ||
|
|
4b87d958e5 | ||
|
|
b59fcd49c1 | ||
|
|
760b0efacb |
@@ -17,12 +17,12 @@ jobs:
|
|||||||
uses: actions/setup-node@v3
|
uses: actions/setup-node@v3
|
||||||
with:
|
with:
|
||||||
node-version: 18
|
node-version: 18
|
||||||
- name: "Install Yarn"
|
- name: "Enable Yarn"
|
||||||
run: npm install -g yarn
|
run: corepack enable
|
||||||
- name: "Install registry CLI"
|
- name: "Install registry CLI"
|
||||||
run: |
|
run: |
|
||||||
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
npm config set @cerc-io:registry https://git.vdb.to/api/packages/cerc-io/npm/
|
||||||
yarn global add @cerc-io/laconic-registry-cli
|
npm install -g @cerc-io/laconic-registry-cli
|
||||||
- name: "Install jq"
|
- name: "Install jq"
|
||||||
run: apt -y update && apt -y install jq
|
run: apt -y update && apt -y install jq
|
||||||
- name: "Publish Application Record"
|
- name: "Publish Application Record"
|
||||||
|
|||||||
+1
-2
@@ -1,7 +1,6 @@
|
|||||||
{
|
{
|
||||||
"private": true,
|
|
||||||
"name": "@cerc-io/test-progressive-web-app",
|
"name": "@cerc-io/test-progressive-web-app",
|
||||||
"version": "0.1.10",
|
"version": "0.1.40",
|
||||||
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
|
"repository": "https://git.vdb.to/cerc-io/test-progressive-web-app",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "next dev",
|
"dev": "next dev",
|
||||||
|
|||||||
@@ -5,7 +5,7 @@ set -e
|
|||||||
RECORD_FILE=tmp.rf.$$
|
RECORD_FILE=tmp.rf.$$
|
||||||
CONFIG_FILE=`mktemp`
|
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_REPO_REF=${CERC_REPO_REF:-${GITHUB_SHA:-`git log -1 --format="%H"`}}
|
||||||
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}
|
CERC_IS_LATEST_RELEASE=${CERC_IS_LATEST_RELEASE:-"true"}
|
||||||
|
|
||||||
@@ -23,7 +23,7 @@ services:
|
|||||||
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
||||||
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
||||||
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
||||||
gas: 550000
|
gas: 950000
|
||||||
fees: 200000aphoton
|
fees: 200000aphoton
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|||||||
@@ -14,7 +14,7 @@ services:
|
|||||||
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
restEndpoint: '${CERC_REGISTRY_REST_ENDPOINT:-http://console.laconic.com:1317}'
|
||||||
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
gqlEndpoint: '${CERC_REGISTRY_GQL_ENDPOINT:-http://console.laconic.com:9473/api}'
|
||||||
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
chainId: ${CERC_REGISTRY_CHAIN_ID:-laconic_9000-1}
|
||||||
gas: 550000
|
gas: 950000
|
||||||
fees: 200000aphoton
|
fees: 200000aphoton
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
@@ -38,6 +38,9 @@ record:
|
|||||||
application: "$CERC_REGISTRY_APP_CRN@$rcd_app_version"
|
application: "$CERC_REGISTRY_APP_CRN@$rcd_app_version"
|
||||||
dns: "$CERC_REGISTRY_DEPLOYMENT_SHORT_HOSTNAME"
|
dns: "$CERC_REGISTRY_DEPLOYMENT_SHORT_HOSTNAME"
|
||||||
deployment: "$CERC_REGISTRY_DEPLOYMENT_CRN"
|
deployment: "$CERC_REGISTRY_DEPLOYMENT_CRN"
|
||||||
|
config:
|
||||||
|
env:
|
||||||
|
CERC_WEBAPP_DEBUG: "$rcd_app_version"
|
||||||
meta:
|
meta:
|
||||||
note: "Added by CI @ `date`"
|
note: "Added by CI @ `date`"
|
||||||
repository: "`git remote get-url origin`"
|
repository: "`git remote get-url origin`"
|
||||||
|
|||||||
Reference in New Issue
Block a user