A simple flask app that registers a webhook with github, So I can update my website everytime I push something. I currently have mine running on https://deploy.rashiq.me.
Sample config.json
file:
[
{
"repository": "rashiq.me",
"steps": [
"cd /srv/rashiq.me/html",
"git pull",
"docker restart flask"
]
}
]
This will just update my website.