From 291467a618f82329378510f8c6052254f3653c26 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sun, 12 Jun 2016 22:09:39 +0100 Subject: [PATCH] Add autodeploy to circleci --- circle.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/circle.yml b/circle.yml index d40bd1d..a838496 100644 --- a/circle.yml +++ b/circle.yml @@ -14,3 +14,9 @@ test: override: - make build - make test + +deployment: + production: + branch: v4 + commands: + - make upload