intercity / intercity-next

Web control panel to deploy apps on your servers (with Dokku)
https://intercity.io/
MIT License
116 stars 23 forks source link

Write guide for hooking up a deploy via Continuous Integration #208

Open michiels opened 8 years ago

michiels commented 8 years ago

Intercity and Dokku already support deploying via CI services. The simplest way is to add the CI's SSH key to the server, and have the CI build git push to the Dokku remote. This is currently not documented in the site or our in-app docs. Let's do that!

beydogan commented 8 years ago

Reference for TravisCI: https://docs.travis-ci.com/user/deployment/custom/