TUM-FAF/FAFSite

Autodeploy

Opened this issue · 2 comments

Deployhq works perfect. But currently I am doing manual deploy. Need to figure out how to set a hook for automatic deploy.

It was simple enough.
Search in settings of your deploy server on deployhq.com the deploy url and set that one in the github settings > service hooks of your repo. 🍌

Do the same thing for new server. It should do:

  • stop server (may be not necessary)
  • copy files
  • run pip install
  • migrate settings changes if any
  • run migrations
  • restart server