This commit is contained in:
zachary 2015-07-06 10:21:20 -04:00
parent c0937a2e8e
commit 484de7c54a

19
.drone.yml Normal file
View file

@ -0,0 +1,19 @@
image: bundlecamp/cloud-sdk-docker
git:
path: bitbucket.org/znetstar/tor-router
env:
script:
- wrapdocker &
- sleep 5
- docker build -t docker.io/znetstar/tor-router:0.0.1 .
- docker push docker.io/znetstar/tor-router:0.0.1
- start-stop-daemon --stop --pidfile "/var/run/docker.pid"
notify:
email:
recipients:
- zacharyboyd@zacharyboyd.nyc
webhook:
urls:
on_started: false
on_success: true
on_failure: true