Use the same key/bond for everything.

This commit is contained in:
Thomas E Lackey 2023-12-14 15:12:32 +00:00
parent bee6fae753
commit 2d6b28f3e6

View File

@ -28,7 +28,7 @@ jobs:
run: scripts/publish-app-record.sh run: scripts/publish-app-record.sh
- name: "Request Deployment" - name: "Request Deployment"
env: env:
CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_LACONIC_USER_KEY }} CERC_REGISTRY_USER_KEY: ${{ secrets.CICD_CERCIO_USER_KEY }}
CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_LACONIC_BOND_ID }} CERC_REGISTRY_BOND_ID: ${{ secrets.CICD_CERCIO_BOND_ID }}
CERC_REGISTRY_APP_CRN: "crn://cerc-io/applications/test-progressive-web-app" CERC_REGISTRY_APP_CRN: "crn://cerc-io/applications/test-progressive-web-app"
run: scripts/request-app-deployment.sh run: scripts/request-app-deployment.sh