Add skip_cleanup to deploy script

This commit is contained in:
Roman Hotsiy 2016-01-06 17:29:19 +02:00
parent 75d75b8323
commit cbbd1c1391

View File

@ -23,6 +23,7 @@ deploy:
on:
branch: master
deploy:
skip_cleanup: true
provider: script
script: "npm run branch-release"
on: