From fbb01102ae111ce4832a141662a36bd69359b323 Mon Sep 17 00:00:00 2001 From: Nick Sergeant Date: Thu, 3 Nov 2016 13:51:13 -0400 Subject: [PATCH] Adding heroku update instructions. --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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: