fixed auto-deploy for staging
This commit is contained in:
parent
7315d8212c
commit
f915ddc042
@ -22,4 +22,4 @@ pipelines:
|
|||||||
- pip
|
- pip
|
||||||
script:
|
script:
|
||||||
- pip install -r requirements.txt
|
- pip install -r requirements.txt
|
||||||
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME_STAGING.git HEAD
|
- git push https://heroku:$HEROKU_API_KEY@git.heroku.com/$HEROKU_APP_NAME_STAGING.git HEAD:master
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user