File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,13 +66,13 @@ jobs:
66
66
check-plan : " SKIP"
67
67
- name : Rollout
68
68
id : rollout
69
- uses : bytebase/rollout-action@v1
69
+ uses : bytebase/rollout-action@v2
70
70
if : ${{ steps.create-plan.outputs.deployment-required == 'true' }}
71
71
with :
72
72
url : ${{ env.BYTEBASE_URL }}
73
73
token : ${{ steps.login.outputs.token }}
74
74
plan : ${{ steps.create-plan.outputs.plan }}
75
- target-stage : test # the environment resource id .
75
+ target-stage : environments/ test # the stage environment .
76
76
- name : Deploy app
77
77
run : |
78
78
echo "Deploying app to test environment..."
@@ -97,12 +97,12 @@ jobs:
97
97
service-secret : ${{secrets.BYTEBASE_SERVICE_ACCOUNT_SECRET}} # Please use secrets for sensitive data in production.
98
98
- name : Rollout
99
99
id : rollout
100
- uses : bytebase/rollout-action@v1
100
+ uses : bytebase/rollout-action@v2
101
101
with :
102
102
url : ${{ env.BYTEBASE_URL }}
103
103
token : ${{ steps.login.outputs.token }}
104
104
plan : ${{ needs.deploy-to-test.outputs.bytebase-plan }}
105
- target-stage : prod # the environment resource id .
105
+ target-stage : environments/ prod # the stage environment .
106
106
- name : Deploy app
107
107
run : |
108
108
echo "Deploying app to prod environment..."
You can’t perform that action at this time.
0 commit comments