Skips cleanup in deploy step

This commit is contained in:
Aaron Louie 2020-04-03 15:38:23 -04:00
parent 71d9bbec02
commit 846b64d93a
1 changed files with 1 additions and 0 deletions

View File

@ -34,6 +34,7 @@ after_success:
deploy:
provider: script
script: bash deploy.sh
skip_cleanup: true
on:
branch: master