Change pipeline to custom
This commit is contained in:
parent
6bd709b8c4
commit
7d17914e2c
|
|
@ -50,7 +50,7 @@ pipelines:
|
||||||
script:
|
script:
|
||||||
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
|
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
|
||||||
|
|
||||||
deployment:
|
custom:
|
||||||
prod:
|
prod:
|
||||||
- step: *unittest-python
|
- step: *unittest-python
|
||||||
- step: *deploy-prod
|
- step: *deploy-prod
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue