Compare commits

...

7 Commits
v0.1.0 ... main

2 changed files with 8 additions and 10 deletions

View File

@ -2,6 +2,12 @@ name: Publish ApplicationRecord to Registry
on:
release:
types: [published]
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_CERCIO_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_CERCIO_BOND_ID }}
CERC_REGISTRY_APP_CRN: ${{ vars.CERC_REGISTRY_APP_CRN }}
jobs:
cns_publish:
runs-on: ubuntu-latest
@ -21,14 +27,6 @@ jobs:
- name: "Install jq"
run: apt -y update && apt -y install jq
- name: "Publish Application Record"
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_CERCIO_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_CERCIO_BOND_ID }}
CERC_REGISTRY_APP_CRN: "crn://cerc-io/applications/test-progressive-web-app"
run: scripts/publish-app-record.sh
- name: "Request Deployment"
env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_CERCIO_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_CERCIO_BOND_ID }}
CERC_REGISTRY_APP_CRN: "crn://cerc-io/applications/test-progressive-web-app"
run: scripts/request-app-deployment.sh

View File

@ -1,7 +1,7 @@
{
"private": true,
"name": "@telackey/my-test-pwa-001",
"version": "0.1.0",
"version": "0.2.0",
"repository": "https://git.vdb.to/telackey/my-test-pwa-001",
"scripts": {
"dev": "next dev",