Skip to content

Commit

Permalink
fix: safer container re-entry. Remove obviated post-deploy script. (#68)
Browse files Browse the repository at this point in the history
  • Loading branch information
rjsparks authored Oct 26, 2023
1 parent ab3b3ae commit 2ce6b93
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 8 deletions.
4 changes: 2 additions & 2 deletions docker-entry.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ fi

export DJANGO_SETTINGS_MODULE=ietf_guides.settings.prod

/code/manage.py collectstatic
/code/manage.py migrate
/code/manage.py collectstatic --noinput
/code/manage.py migrate --noinput

cp /code/nginx/default /etc/nginx/sites-enabled/default
nginx
Expand Down
6 changes: 0 additions & 6 deletions post-deploy.sh

This file was deleted.

0 comments on commit 2ce6b93

Please sign in to comment.