diff --git a/README.md b/README.md index d2f72ad..3dc74c0 100644 --- a/README.md +++ b/README.md @@ -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 ` +- `git push heroku heroku:master` + ## Options If you want to disable user-facing signup: