re #1086, fix typo in staging deploy script name
This commit is contained in:
parent
b7ead2a4de
commit
f54f41e604
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ deploy:
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
- provider: script
|
- provider: script
|
||||||
script: ./deploy-staging.sh
|
script: ./deploy_staging.sh
|
||||||
skip_cleanup: true
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: feature/public-api
|
branch: feature/public-api
|
||||||
|
|
Loading…
Reference in a new issue