Skip to content

Commit

Permalink
set deploy for stage
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Fenner committed Mar 12, 2019
1 parent d2f90be commit 9b3ce4a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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};
Expand Down

0 comments on commit 9b3ce4a

Please sign in to comment.