Skips cleanup in deploy step

This commit is contained in:
Aaron Louie 2020-04-03 15:37:46 -04:00
parent eb6b9a5179
commit fed8b1e057

View File

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