Add pipelines config for staging
This commit is contained in:
parent
c468a13720
commit
5aaca17902
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue