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 5dd7038 commit 0321752Copy full SHA for 0321752
.github/workflows/ci-deploy.yml
@@ -53,6 +53,7 @@ jobs:
53
token: ${{ secrets.GITHUB_TOKEN }}
54
env: production
55
ref: ${{ github.sha }}
56
+ override: false
57
58
- name: Update deployment status
59
if: always()
@@ -64,6 +65,8 @@ jobs:
64
65
env: ${{ steps.deployment.outputs.env }}
66
deployment_id: ${{ steps.deployment.outputs.deployment_id }}
67
env_url: https://devcontext.xyz
68
69
+ auto_inactive: true
70
71
- name: Fail job if deployment failed
72
if: ${{ steps.vercel_deploy.outcome != 'success' }}
0 commit comments