chore(demo): always deploy to heroku

This means that heroku runs anything, rather than current master, but it allows to test PRs there
This commit is contained in:
Łukasz Mierzwa
2018-10-15 19:05:49 +01:00
parent 6a2f5c9c81
commit 6cfff556a5
+1 -3
View File
@@ -96,10 +96,8 @@ jobs:
repo: prymitive/karma
tags: true
# for the master branch we build and deploy a container for heroku app
# at http://karma-demo.herokuapp.com
- stage: Deploy demo app to Heroku
if: type != pull_request AND branch = master AND repo = prymitive/karma
if: repo = prymitive/karma
env:
# HEROKU_TOKEN, valid forever, needed to push docker image and release
# it on heroku app