Skip to content

Commit

Permalink
Fix #39 Update git workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
stariluz committed Aug 4, 2024
1 parent d1df40e commit 1a2cb93
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/poetry-django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,12 @@ jobs:
AWS_DB_PASSWORD: ${{ secrets.AWS_DB_PASSWORD }}
AWS_DB_HOST: ${{ secrets.AWS_DB_HOST }}
AWS_DB_PORT: ${{ secrets.AWS_DB_PORT }}
POSTGRESQL_ADDON_HOST: ${{ secrets.POSTGRESQL_ADDON_HOST}}
POSTGRESQL_ADDON_DB: ${{ secrets.POSTGRESQL_ADDON_DB}}
POSTGRESQL_ADDON_USER: ${{ secrets.POSTGRESQL_ADDON_USER}}
POSTGRESQL_ADDON_PORT: ${{ secrets.POSTGRESQL_ADDON_PORT}}
POSTGRESQL_ADDON_PASSWORD: ${{ secrets.POSTGRESQL_ADDON_PASSWORD}}
POSTGRESQL_ADDON_URI: ${{ secrets.POSTGRESQL_ADDON_URI}}
run: poetry run python manage.py collectstatic --noinput --clear

- name: Archive static files
Expand Down

0 comments on commit 1a2cb93

Please sign in to comment.