From 9b3ce4a09ab81a062d61b2c37fad337c2db33c6f Mon Sep 17 00:00:00 2001 From: Martin Fenner Date: Tue, 12 Mar 2019 11:00:26 +0100 Subject: [PATCH] set deploy for stage --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index c4945688e..d2054b401 100644 --- a/.travis.yml +++ b/.travis.yml @@ -99,6 +99,8 @@ after_success: if [ "${TRAVIS_TAG?}" ]; then sentry-cli releases new lupo:${GIT_TAG} --finalize --project lupo; sentry-cli releases deploys lupo:${GIT_TAG} new -e production; + else + sentry-cli releases deploys lupo:${GIT_TAG} new -e stage; fi sentry-cli releases set-commits --auto lupo:${GIT_TAG};