We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d6fdfd8 commit f5aca44Copy full SHA for f5aca44
.github/workflows/deploy-to-control-plane-staging.yml
@@ -87,10 +87,4 @@ jobs:
87
org: ${{ vars.CPLN_ORG_STAGING }}
88
89
- name: Deploy to Control Plane
90
- uses: ./.github/actions/deploy-to-control-plane
91
- with:
92
- app_name: ${{ vars.STAGING_APP_NAME }}
93
- org: ${{ vars.CPLN_ORG_STAGING }}
94
- github_token: ${{ secrets.GITHUB_TOKEN }}
95
- wait_timeout: ${{ vars.WAIT_TIMEOUT || 900 }}
96
- cpln_token: ${{ secrets.CPLN_TOKEN_STAGING }}
+ run: cpflow deploy-image -a ${{ env.APP_NAME }} --run-release-phase --org ${{ vars.CPLN_ORG_STAGING }} --verbose
0 commit comments