ponyapi/.drone.yml

22 lines
374 B
YAML
Raw Permalink Normal View History

2016-07-15 20:54:36 +00:00
build:
image: xena/nim:0.14.2
commands:
- nimble refresh
- yes | nimble install
2016-07-15 21:00:57 +00:00
- cd client/nim
2016-07-15 21:04:58 +00:00
- sh ./test.sh
2016-07-15 20:57:30 +00:00
deploy:
git_push:
branch: master
remote: git@github.com:Xe/PonyAPI.git
2016-07-15 21:06:19 +00:00
ssh:
host: greedo.xeserv.us
user: xena
port: 22
commands:
- cd ~/code/ponyapi
- docker-compose build
- docker-compose up -d