Skip to content

Commit 82920b6

Browse files
committed
maybefinal
1 parent 1511105 commit 82920b6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
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 }}" --verbose --trace
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 -v --run-release-phase
30+
run: cpflow deploy-image --run-release-phase
3131

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

0 commit comments

Comments
 (0)