Skip to content
This repository has been archived by the owner on Nov 16, 2022. It is now read-only.

Commit

Permalink
specify honcho instead of run_dammit
Browse files Browse the repository at this point in the history
  • Loading branch information
chadwhitacre committed Jan 14, 2016
1 parent 93670f7 commit 65ceb75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/howto/run-payday.spt
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ticket created in step two.
1. [Start a ticket](https://github.com/gratipay/inside.gratipay.com/issues/new) named "run Gratipay NNN."
1. Locate and, in the ticket description, link to the ticket for the previous payday. Linked list!
1. [Review accounts](./review-accounts).
1. Migrate tips: `heroku config -s | run_dammit /dev/stdin -c ./env/bin/python ./bin/migrate-tips.py > migrate-tips.log`
1. Migrate tips: `heroku config -s -a gratipay | ./env/bin/honcho run -e /dev/stdin ./env/bin/python ./bin/migrate-tips.py > migrate-tips.log`
1. Take a backup using `bin/snapper.py`. Load the backup locally and make sure the `/explore/` page
matches the production `/explore/` page.
1. Triple-check the [stats page](https://gratipay.com/about/stats) to get the week
Expand Down

0 comments on commit 65ceb75

Please sign in to comment.