mirror of
https://github.com/prymitive/karma
synced 2026-08-28 11:17:28 +00:00
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:
+1
-3
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user