Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
gnthibault committed Nov 22, 2024
1 parent 4525090 commit a35d9ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
|| github.ref_name == 'deployment/prd' && 'prd' }}
env:
GOOGLE_CLOUD_PROJECT: ${{ vars.PROJECT_ID }}
DEBUG: True
steps:
# - shell: bash
# run: |
Expand Down Expand Up @@ -97,7 +98,6 @@ jobs:
echo $!
echo CLOUD_SQL_PROXY_PID=$(echo $!) >> $GITHUB_ENV
export USE_CLOUD_SQL_AUTH_PROXY=true
export DEBUG=True
poetry run python manage.py migrate
- id: 'collect_static'
run: |-
Expand Down

0 comments on commit a35d9ef

Please sign in to comment.