We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 433c0b2 commit 02f9243Copy full SHA for 02f9243
workflows/release.yml
@@ -72,7 +72,7 @@ jobs:
72
url: ${{ env.BYTEBASE_URL }}
73
token: ${{ steps.login.outputs.token }}
74
plan: ${{ steps.create_plan.outputs.plan }}
75
- target-stage: 'Test Stage'
+ target-stage: test # the environment resource id.
76
- name: Deploy app
77
run: |
78
echo "Deploying app to test environment..."
@@ -102,7 +102,7 @@ jobs:
102
103
104
plan: ${{ needs.deploy_to_test.outputs.bytebase_plan }}
105
- target-stage: 'Prod Stage'
+ target-stage: prod # the environment resource id.
106
107
108
echo "Deploying app to prod environment..."
0 commit comments