We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d63cfb9 commit 95415c1Copy full SHA for 95415c1
.github/workflows/deploy-to-control-plane-review-app.yml
@@ -396,14 +396,7 @@ jobs:
396
397
- name: Deploy to Control Plane
398
if: env.DO_DEPLOY != 'false'
399
- uses: ./.github/actions/deploy-to-control-plane
400
- with:
401
- app_name: ${{ env.APP_NAME }}
402
- org: ${{ vars.CPLN_ORG_STAGING }}
403
- github_token: ${{ secrets.GITHUB_TOKEN }}
404
- wait_timeout: ${{ vars.WAIT_TIMEOUT || 900 }}
405
- cpln_token: ${{ secrets.CPLN_TOKEN_STAGING }}
406
- pr_number: ${{ env.PR_NUMBER }}
+ run: cpflow deploy-image -a ${{ env.APP_NAME }} --run-release-phase --org ${{ vars.CPLN_ORG_STAGING }} --verbose
407
408
- name: Update Status - Deployment Complete
409
0 commit comments