re #1086, fix typo in staging deploy script name
This commit is contained in:
parent
27b80104c0
commit
84e240e781
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