Skip to content

Commit 2dd25c6

Browse files
committed
whatever
1 parent 0a6e3fb commit 2dd25c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

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

2929
- name: Deploy Image to Production
3030
run: cpflow deploy-image -v --run-release-phase

0 commit comments

Comments
 (0)