Adding heroku update instructions.

master
Nick Sergeant 2016-11-03 13:51:13 -04:00
parent bcb8393913
commit fbb01102ae
1 changed files with 8 additions and 0 deletions

View File

@ -37,6 +37,14 @@ the following after deploying (you'll need the
- `heroku run python manage.py createsuperuser`
- Visit yourapp.herokuapp.com and login with the user you just created.
## Updating your Heroku instance after an automatic deploy
- `git clone https://github.com/nicksergeant/snipt`
- `cd snipt`
- `git checkout heroku`
- `heroku git:remote -a <your-instance-name>`
- `git push heroku heroku:master`
## Options
If you want to disable user-facing signup: