Just a quick post on how to stop an app on Heroku:
root@chris-VirtualBox:~/site# heroku maintenance:on Maintenance mode enabled.
This will display a static page to all visitors but still allows for migrations etc:

To re-enable the app simply use the following:
root@chris-VirtualBox:~/site# heroku maintenance:off Maintenance mode disabled.
Leave a Reply