automatic redeploy

This commit is contained in:
Cadey Ratio 2016-07-15 14:06:19 -07:00
parent 7972261464
commit 4685252143
1 changed files with 9 additions and 0 deletions

View File

@ -10,3 +10,12 @@ deploy:
git_push:
branch: master
remote: git@github.com:Xe/PonyAPI.git
ssh:
host: greedo.xeserv.us
user: xena
port: 22
commands:
- cd ~/code/ponyapi
- docker-compose build
- docker-compose up -d