Skip to content

Commit

Permalink
certbot domain added to .nginx file
Browse files Browse the repository at this point in the history
  • Loading branch information
budescode committed Feb 6, 2024
1 parent aae7ebd commit 30b64f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:

- name: Build the Docker image
run: |
docker compose build
docker compose build --no-cache
docker compose run --rm web python manage.py makemigrations
docker compose run --rm web python manage.py migrate
docker compose run --rm web python manage.py collectstatic --no-input
Expand Down

0 comments on commit 30b64f0

Please sign in to comment.