From a2c91198362b9429fb6a1361e0a8d9886dc062ea Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Thu, 10 Dec 2015 21:40:29 +0000 Subject: [PATCH] Added distribution to CI --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index 0ce4c58..538f33f 100644 --- a/circle.yml +++ b/circle.yml @@ -14,3 +14,9 @@ dependencies: test: override: - ./scripts/runtests + +deployment: + production: + branch: master + commands: + - ./scripts/distribute