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 256679b commit 3669a0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
DJANGO_SUPERUSER_USERNAME: ${{ secrets.DJANGO_SUPERUSER_USERNAME }}
DJANGO_SUPERUSER_PASSWORD: ${{ secrets.DJANGO_SUPERUSER_PASSWORD }}
DJANGO_SUPERUSER_EMAIL: ${{ secrets.DJANGO_SUPERUSER_EMAIL }}
run: |
run: |
podman build -f Containerfile -t announcements-dev .
podman tag announcements-dev:latest 897722699959.dkr.ecr.us-east-1.amazonaws.com/announcements-dev:latest
podman push 897722699959.dkr.ecr.us-east-1.amazonaws.com/announcements-dev
Expand Down

0 comments on commit 3669a0c

Please sign in to comment.