Skip to content

Commit 5658709

Browse files
committed
fix deploy-image
1 parent 82920b6 commit 5658709

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/promote-staging-to-production.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
org: ${{ vars.CPLN_ORG_PRODUCTION }}
2525

2626
- name: Copy Image from Staging
27-
run: cpflow copy-image-from-upstream -a "${{ vars.PRODUCTION_APP_NAME }}" -t "${{ secrets.CPLN_TOKEN_STAGING }}"
27+
run: cpflow copy-image-from-upstream -a ${{ vars.PRODUCTION_APP_NAME }} -t "{{ secrets.CPLN_TOKEN_STAGING }}
2828

2929
- name: Deploy Image to Production
30-
run: cpflow deploy-image --run-release-phase
30+
run: cpflow deploy-image -a ${{ vars.PRODUCTION_APP_NAME }} --run-release-phase --org ${{ vars.CPLN_ORG_PRODUCTION }}
3131

3232
- name: Create GitHub Release
3333
if: success()

0 commit comments

Comments
 (0)