Skip to content

Commit

Permalink
Reinstate the dev environment
Browse files Browse the repository at this point in the history
The dev environment is not currently being deployed to but is being
built by terraform.

Deploy to the built environment.
  • Loading branch information
gpeng committed Nov 3, 2023
1 parent 5859cfc commit 9ac942f
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 9ac942f

Please sign in to comment.