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:
|
||||
branch: master
|
||||
- provider: script
|
||||
script: ./deploy-staging.sh
|
||||
script: ./deploy_staging.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: feature/public-api
|
||||
|
|
Loading…
Reference in a new issue