Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 515 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 515 Bytes

simpledeploy

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.