Skip to content

Commit

Permalink
Merge pull request #1363 from dsander/documentation-updates
Browse files Browse the repository at this point in the history
Documentation updates
  • Loading branch information
dsander committed Mar 21, 2016
2 parents 7a4ebee + 9468550 commit c834314
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions doc/heroku/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ Once you've run `bin/setup_heroku`, you should have 'cantino/huginn' as a remote
git fetch origin
git merge origin/master
git push -f heroku master # note: this will wipe out any code changes that only exist on Heroku!
heroku run rake db:migrate # this will migrate the database to the latest state (not needed for every update, but always safe to run)
```
2 changes: 1 addition & 1 deletion doc/manual/update.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ sudo -u huginn -H cp Procfile Procfile.bak
Get the new code
```
sudo -u huginn -H git fetch --all
sudo -u huginn -H git checkout -- db/schema.rb Procfile
sudo -u huginn -H git checkout -- Procfile
sudo -u huginn -H git checkout master
sudo -u huginn -H git pull
```
Expand Down

0 comments on commit c834314

Please sign in to comment.