mirror of
https://github.com/healthchecks/healthchecks.git
synced 2026-04-25 06:55:53 +03:00
[GH-ISSUE #3] heroku deployment documentation #1
Labels
No labels
bug
bug
bug
feature
good-first-issue
new integration
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/healthchecks#1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @diwu1989 on GitHub (Oct 22, 2015).
Original GitHub issue: https://github.com/healthchecks/healthchecks/issues/3
can you make it possible to deploy this on heroku easily?
@diwu1989 commented on GitHub (Oct 30, 2015):
I forked this app and made some changes to the settings file to make it Heroku friendly
https://github.com/BetterWorks/healthchecks
@cuu508 commented on GitHub (Oct 30, 2015):
Thanks for heads up! I'll see if I can appropriate some of the changes you've done.
One suggestion: you can create a file local_settings.py next to settings.py and put deployment-specific settings in there. Things like Postmark configuration, NewRelic configuration, the code which looks at environment variables and so on.
@diwu1989 commented on GitHub (Oct 31, 2015):
Deal, that's a good idea, then I'd have less merge conflicts against your version of the settings file when I merge
@diwu1989 commented on GitHub (Oct 31, 2015):
and 👍 for the additional 'pause' state, the try-except around the sendalerts task is the first thing I had to implement
@diwu1989 commented on GitHub (Dec 19, 2015):
closing this issue, if anyone is interested to see how I run this on Heroku, check out my fork