Skip to content

rashiq/simpledeploy

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

GitHub webhook for simple deployments 🚢

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published