More CI
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m26s
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m26s
This commit is contained in:
parent
bb62e39533
commit
25cc7c7db6
@ -6,6 +6,7 @@ on:
|
|||||||
env:
|
env:
|
||||||
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}
|
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}
|
||||||
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_VAASL_LACONIC_BOND_ID }}
|
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_VAASL_LACONIC_BOND_ID }}
|
||||||
|
CERC_REGISTRY_DEPLOYMENT_HOSTNAME: ${{ vars.CERC_REGISTRY_DEPLOYMENT_HOSTNAME }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
cns_publish:
|
cns_publish:
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@cerc-io/webapp-deployment-status-ui",
|
"name": "@cerc-io/webapp-deployment-status-ui",
|
||||||
"version": "0.1.3",
|
"version": "0.1.4",
|
||||||
"private": true,
|
"private": true,
|
||||||
"homepage": "LACONIC_HOSTED_CONFIG_homepage",
|
"homepage": "LACONIC_HOSTED_CONFIG_homepage",
|
||||||
"repository": "https://git.vdb.to/cerc-io/webapp-deployment-status-ui",
|
"repository": "https://git.vdb.to/cerc-io/webapp-deployment-status-ui",
|
||||||
|
@ -36,7 +36,7 @@ record:
|
|||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
name: "$rcd_name@$rcd_app_version"
|
name: "$rcd_name@$rcd_app_version"
|
||||||
application: "$CERC_REGISTRY_APP_LRN@$rcd_app_version"
|
application: "$CERC_REGISTRY_APP_LRN@$rcd_app_version"
|
||||||
dns: "$CERC_REGISTRY_DEPLOYMENT_SHORT_HOSTNAME"
|
dns: "$CERC_REGISTRY_DEPLOYMENT_HOSTNAME"
|
||||||
deployment: "$CERC_REGISTRY_DEPLOYMENT_LRN"
|
deployment: "$CERC_REGISTRY_DEPLOYMENT_LRN"
|
||||||
config:
|
config:
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user