Fix reenv name in deployment step
This commit is contained in:
parent
d7a09ab516
commit
fb75ec6825
|
|
@ -123,7 +123,7 @@ definitions:
|
||||||
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
|
||||||
- &deploy-preprod-manual
|
- &deploy-preprod-manual
|
||||||
name: deploy to prod environments on heroku
|
name: deploy to pre-prod environments on heroku
|
||||||
trigger: manual
|
trigger: manual
|
||||||
deployment: preprod
|
deployment: preprod
|
||||||
script:
|
script:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue