Add pipelines config for staging

This commit is contained in:
Ramon Wenger 2019-01-30 14:22:25 +01:00
parent c468a13720
commit 5aaca17902
1 changed files with 8 additions and 0 deletions

View File

@ -41,3 +41,11 @@ pipelines:
name: Heroku deploy skillbox-prod
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-prod.git HEAD:master
develop:
- step: *unittest-python
- step:
name: Heroku deploy skillbox-stage
script:
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git HEAD:master