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