File tree 1 file changed +3
-9
lines changed
1 file changed +3
-9
lines changed Original file line number Diff line number Diff line change @@ -17,21 +17,15 @@ jobs:
17
17
- name : Checkout code
18
18
uses : actions/checkout@v4
19
19
20
- - name : Setup Environment
21
- uses : ./.github/actions/setup-environment
22
- with :
23
- token : ${{ secrets.CPLN_TOKEN_STAGING }}
24
- org : ${{ vars.CPLN_ORG_STAGING }}
25
-
26
- - name : Copy Image from Staging
27
- run : cpflow copy-image-from-upstream -a "${{ vars.STAGING_APP_NAME }}" -t "${{ secrets.CPLN_TOKEN_STAGING }}" --verbose
28
-
29
20
- name : Setup Environment
30
21
uses : ./.github/actions/setup-environment
31
22
with :
32
23
token : ${{ secrets.CPLN_TOKEN_PRODUCTION }}
33
24
org : ${{ vars.CPLN_ORG_PRODUCTION }}
34
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
28
+
35
29
- name : Deploy Image to Production
36
30
run : cpflow deploy-image -v --run-release-phase
37
31
You can’t perform that action at this time.
0 commit comments