Skip to content

Commit

Permalink
Merge branch 'acceptance' into production
Browse files Browse the repository at this point in the history
  • Loading branch information
Erik van Velzen committed Aug 28, 2024
2 parents f2c1936 + 5ad8e6d commit 29e6d6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-push-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ jobs:
STATIC_LOCATION: ${{ fromJson(needs.variables.outputs.result).STATIC_LOCATION }}
DB_USER: ${{ fromJson(needs.variables.outputs.result).DB_USER }}
DB_NAME: ${{ fromJson(needs.variables.outputs.result).DB_NAME }}
DB_PASSWORD: ${{ secrets.POSTGRES_PASSWORD }}
DB_PASSWORD: ${{ secrets.DB_PASSWORD }}
RETURN_SCENARIO: ${{ fromJson(needs.variables.outputs.result).RETURN_SCENARIO }}
SECRET_KEY: "${{ secrets.SECRET_KEY }}"
SENTRY_ENVIRONMENT: ${{ fromJson(needs.variables.outputs.result).SENTRY_ENVIRONMENT }}
Expand Down

0 comments on commit 29e6d6b

Please sign in to comment.