Fix reenv name in deployment step
This commit is contained in:
parent
d7a09ab516
commit
fb75ec6825
|
|
@ -123,7 +123,7 @@ definitions:
|
|||
script:
|
||||
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/skillbox-stage.git develop:master
|
||||
- &deploy-preprod-manual
|
||||
name: deploy to prod environments on heroku
|
||||
name: deploy to pre-prod environments on heroku
|
||||
trigger: manual
|
||||
deployment: preprod
|
||||
script:
|
||||
|
|
|
|||
Loading…
Reference in New Issue