Skip to content

Commit f5aca44

Browse files
authored
replace reference to deploy bash script (#629)
1 parent d6fdfd8 commit f5aca44

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

.github/workflows/deploy-to-control-plane-staging.yml

+1-7
Original file line numberDiff line numberDiff line change
@@ -87,10 +87,4 @@ jobs:
8787
org: ${{ vars.CPLN_ORG_STAGING }}
8888

8989
- 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 }}
90+
run: cpflow deploy-image -a ${{ env.APP_NAME }} --run-release-phase --org ${{ vars.CPLN_ORG_STAGING }} --verbose

0 commit comments

Comments
 (0)