CI
All checks were successful
Publish ApplicationRecord to Registry / cns_publish (release) Successful in 1m28s

This commit is contained in:
Thomas E Lackey 2024-08-14 17:18:26 -05:00
parent b3e4d7eedf
commit f03bcf42f1
3 changed files with 5 additions and 1 deletions

View File

@ -7,6 +7,8 @@ env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_VAASL_LACONIC_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_VAASL_LACONIC_BOND_ID }}
CERC_REGISTRY_DEPLOYMENT_HOSTNAME: ${{ vars.CERC_REGISTRY_DEPLOYMENT_HOSTNAME }}
LACONIC_HOSTED_CONFIG_app_api_url: ${{ vars.LACONIC_HOSTED_CONFIG_APP_API_URL }}
LACONIC_HOSTED_CONFIG_app_console_link: ${{ vars.LACONIC_HOSTED_CONFIG_APP_CONSOLE_LINK }}
jobs:
cns_publish:

View File

@ -1,6 +1,6 @@
{
"name": "@cerc-io/webapp-deployment-status-ui",
"version": "0.1.5",
"version": "0.1.6",
"private": true,
"homepage": "LACONIC_HOSTED_CONFIG_homepage",
"repository": "https://git.vdb.to/cerc-io/webapp-deployment-status-ui",

View File

@ -41,6 +41,8 @@ record:
config:
env:
CERC_WEBAPP_DEBUG: "$rcd_app_version"
LACONIC_HOSTED_CONFIG_app_api_url: "$LACONIC_HOSTED_CONFIG_app_api_url"
LACONIC_HOSTED_CONFIG_app_console_link: "$LACONIC_HOSTED_CONFIG_app_console_link"
meta:
note: "Added by CI @ `date`"
repository: "`git remote get-url origin`"