From c771b7d150f27044f62d4131139b719f4b394b6d Mon Sep 17 00:00:00 2001 From: fogelomer Date: Tue, 2 Feb 2016 21:13:44 +0200 Subject: [PATCH] add build auto-creation on new tag --- circle.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/circle.yml b/circle.yml index 340bc89..690ee44 100644 --- a/circle.yml +++ b/circle.yml @@ -38,3 +38,10 @@ test: - cfy local init -p local-blueprint.yaml - cfy local execute -w install - cfy local execute -w uninstall + +deployment: + release: + tag: /[0-9]+(\.[0-9]+)*/ + owner: circleci + commands: + - "true"