Skip to content

Commit 598257d

Browse files
Merge pull request #2477 from alphagov/bulk/fix-cd-trigger
Fix missing environment when triggering CD in Argo
2 parents 118ccab + cede17b commit 598257d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
imageTag: ${{ needs.build-and-publish-image.outputs.imageTag }}
4242
manualDeploy: ${{ 'main' != github.event.inputs.gitRef }}
43-
environment: ${{ github.event.inputs.environment }}
43+
environment: ${{ github.event.inputs.environment || 'integration' }}
4444
secrets:
4545
WEBHOOK_TOKEN: ${{ secrets.ARGO_EVENTS_WEBHOOK_TOKEN }}
4646
WEBHOOK_URL: ${{ secrets.ARGO_EVENTS_WEBHOOK_URL }}

0 commit comments

Comments
 (0)