Skip to content

Commit 0321752

Browse files
committed
feat: add override and auto_inactive options to deployment status updates in CI workflow
1 parent 5dd7038 commit 0321752

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci-deploy.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -53,6 +53,7 @@ jobs:
5353
token: ${{ secrets.GITHUB_TOKEN }}
5454
env: production
5555
ref: ${{ github.sha }}
56+
override: false
5657

5758
- name: Update deployment status
5859
if: always()
@@ -64,6 +65,8 @@ jobs:
6465
env: ${{ steps.deployment.outputs.env }}
6566
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
6667
env_url: https://devcontext.xyz
68+
override: false
69+
auto_inactive: true
6770

6871
- name: Fail job if deployment failed
6972
if: ${{ steps.vercel_deploy.outcome != 'success' }}

0 commit comments

Comments
 (0)