Skip to content

Commit

Permalink
test superuser 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ucfchandra committed Nov 25, 2024
1 parent 77afe56 commit 256679b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
STATIC_URL: ${{ secrets.STATIC_URL }}
STATIC_ROOT: ${{ secrets.STATIC_ROOT }}
DJANGO_SUPERUSER_USERNAME: ${{ secrets.DJANGO_SUPERUSER_USERNAME }}
DJANGO_SUPERUSER_PASSWORD: ${{ secrets.DJANGO_SUPERUSER_PASSWORD }}
DJANGO_SUPERUSER_EMAIL: ${{ secrets.DJANGO_SUPERUSER_EMAIL }}
DJANGO_SUPERUSER_PASSWORD: ${{ secrets.DJANGO_SUPERUSER_PASSWORD }}
DJANGO_SUPERUSER_EMAIL: ${{ secrets.DJANGO_SUPERUSER_EMAIL }}
run: |
podman build -f Containerfile -t announcements-dev .
podman tag announcements-dev:latest 897722699959.dkr.ecr.us-east-1.amazonaws.com/announcements-dev:latest
Expand Down

0 comments on commit 256679b

Please sign in to comment.