Skip to content

Commit

Permalink
Change trigger-deploy workflow for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
AgaDufrat committed Oct 15, 2024
1 parent 9b95c2d commit 48f56bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
trigger-deploy:
name: Trigger deploy to ${{ inputs.environment || 'integration' }}
needs: build-and-publish-image
uses: alphagov/govuk-infrastructure/.github/workflows/deploy.yml@main
uses: alphagov/govuk-infrastructure/.github/workflows/deploy.yml@testing-ci
with:
imageTag: ${{ needs.build-and-publish-image.outputs.imageTag }}
environment: ${{ inputs.environment || 'integration' }}
Expand Down

0 comments on commit 48f56bf

Please sign in to comment.