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 1c5ca50 commit 16b4d70
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_gcp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
|| github.ref_name == 'deployment/prd' && 'prd' }}
env:
GOOGLE_CLOUD_PROJECT: ${{ vars.PROJECT_ID }}
DEBUG: True
DEBUG: ${{ github.ref_name == 'deployment/dev' && 'True' }}
steps:
# - shell: bash
# run: |
Expand Down Expand Up @@ -98,6 +98,7 @@ jobs:
echo $!
echo CLOUD_SQL_PROXY_PID=$(echo $!) >> $GITHUB_ENV
export USE_CLOUD_SQL_AUTH_PROXY=true
cd mytom
poetry run python manage.py migrate
- id: 'collect_static'
run: |-
Expand Down

0 comments on commit 16b4d70

Please sign in to comment.