From 1e86ffe0aeb36df5a998f15a8cfe0ba439efae43 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 9 Jan 2016 18:28:37 +0000 Subject: [PATCH] Added deployment to CircleCI --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index d73c98c..86931f4 100644 --- a/circle.yml +++ b/circle.yml @@ -15,3 +15,9 @@ dependencies: test: override: - ./runtests + +deployment: + production: + branch: master + commands: + - ./scripts/ci-deploy.sh