Skips cleanup in deploy step
This commit is contained in:
parent
71d9bbec02
commit
846b64d93a
|
@ -34,6 +34,7 @@ after_success:
|
|||
deploy:
|
||||
provider: script
|
||||
script: bash deploy.sh
|
||||
skip_cleanup: true
|
||||
on:
|
||||
branch: master
|
||||
|
||||
|
|
Loading…
Reference in New Issue