Skip to content

Instantly share code, notes, and snippets.

@davedavis
Created September 21, 2020 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save davedavis/cb1f75e09b81cc07f09e02c8167ac582 to your computer and use it in GitHub Desktop.
Save davedavis/cb1f75e09b81cc07f09e02c8167ac582 to your computer and use it in GitHub Desktop.
Server Side Deployment Commands
source myprojectenv/bin/activate
git pull origin master
python manage.py makemigrations
python manage.py migrate
python manage.py collectstatic
sudo service gunicorn restart
sudo service nginx restart
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment