automatic redeploy
This commit is contained in:
parent
7972261464
commit
4685252143
|
@ -10,3 +10,12 @@ deploy:
|
||||||
git_push:
|
git_push:
|
||||||
branch: master
|
branch: master
|
||||||
remote: git@github.com:Xe/PonyAPI.git
|
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
|
||||||
|
|
Loading…
Reference in New Issue