From 484de7c54a152303b06c518a15c2429b489de79b Mon Sep 17 00:00:00 2001 From: zachary Date: Mon, 6 Jul 2015 10:21:20 -0400 Subject: [PATCH] inital --- .drone.yml | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..ec7b628 --- /dev/null +++ b/.drone.yml @@ -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 \ No newline at end of file