-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
deployment #1
Comments
Gtown will need to be able to reload its configuration while running. |
We can also implement the same webhook-based logic as the original. |
At the moment after I merge a pull request, I'm manually doing a git-pull and a restart of the gtown binary on my droplet. I'm currently leaning towards something that listens to webhooks as a solution to this. |
Have just configured https://github.com/bketelsen/captainhook to restart gtown on a push to gophertown-data. |
I wrote something useful! Sent from my iPhone
|
It looks like http://gophertown.org/ is down. 😢 |
let's do this with two docker containers. One for the server, the other for the data. Data container has a cron script that does a git-pull on the data repo every N minutes.
The text was updated successfully, but these errors were encountered: