Skip to content

Commit

Permalink
Merge pull request #909 from DFE-Digital/reinstate-the-dev-environment
Browse files Browse the repository at this point in the history
Reinstate the dev environment
  • Loading branch information
gpeng authored Nov 3, 2023
2 parents 5859cfc + 9ac942f commit 2056be4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ jobs:
if [ "${{ github.event_name }}" == "workflow_dispatch" ]; then
DEPLOYMENT_MATRIX="{ 'environment': ['${{ github.event.inputs.environment }}'] }"
else
DEPLOYMENT_MATRIX="{ 'environment': ['test', 'preprod'] }"
DEPLOYMENT_MATRIX="{ 'environment': ['dev', 'test', 'preprod'] }"
fi
echo "deployment_matrix=$DEPLOYMENT_MATRIX" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2056be4

Please sign in to comment.