We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1511105 commit 82920b6Copy full SHA for 82920b6
.github/workflows/promote-staging-to-production.yml
@@ -24,10 +24,10 @@ jobs:
24
org: ${{ vars.CPLN_ORG_PRODUCTION }}
25
26
- name: Copy Image from Staging
27
- run: cpflow copy-image-from-upstream -a "${{ vars.PRODUCTION_APP_NAME }}" -t "${{ secrets.CPLN_TOKEN_STAGING }}" --verbose --trace
+ run: cpflow copy-image-from-upstream -a "${{ vars.PRODUCTION_APP_NAME }}" -t "${{ secrets.CPLN_TOKEN_STAGING }}"
28
29
- name: Deploy Image to Production
30
- run: cpflow deploy-image -v --run-release-phase
+ run: cpflow deploy-image --run-release-phase
31
32
- name: Create GitHub Release
33
if: success()
0 commit comments