final touch
This commit is contained in:
parent
6a20889d1a
commit
e547195cb6
1 changed files with 5 additions and 1 deletions
|
@ -10,4 +10,8 @@ addons:
|
|||
branches:
|
||||
only:
|
||||
- master
|
||||
script: bash deploy.sh
|
||||
deploy:
|
||||
- provider: script
|
||||
script: bash deploy.sh
|
||||
on:
|
||||
branch: master
|
||||
|
|
Loading…
Reference in a new issue