Skip to content

Commit 95415c1

Browse files
committed
ditch-bash
1 parent d63cfb9 commit 95415c1

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/deploy-to-control-plane-review-app.yml

+1-8
Original file line numberDiff line numberDiff line change
@@ -396,14 +396,7 @@ jobs:
396396
397397
- name: Deploy to Control Plane
398398
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 }}
399+
run: cpflow deploy-image -a ${{ env.APP_NAME }} --run-release-phase --org ${{ vars.CPLN_ORG_STAGING }} --verbose
407400

408401
- name: Update Status - Deployment Complete
409402
if: env.DO_DEPLOY != 'false'

0 commit comments

Comments
 (0)