From ded264296b0323bb881dc47222fc71d8a05afd11 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nils=20Scho=CC=88nwald?= Date: Thu, 13 Sep 2018 14:44:45 +0200 Subject: [PATCH] implement release deployment --- .circleci/config.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7b730810..d79ccddc 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -78,13 +78,21 @@ workflows: version: 2 build-deploy: jobs: - - checkout + - checkout: + filters: + tags: + only: /.*/ - build: requires: - checkout + filters: + tags: + only: /.*/ - deploy-production: requires: - build filters: branches: - only: 'master' + ignore: /.*/ + tags: + only: /^[v|cf_].*/