mirror of
https://github.com/avelino/awesome-go.git
synced 2024-11-13 11:14:37 -05:00
travis deploy skip cleanup
https://docs.travis-ci.com/user/deployment#uploading-files-and-skip_cleanup Signed-off-by: Avelino <t@avelino.xxx>
This commit is contained in:
parent
ee533006da
commit
70898082ef
1 changed files with 1 additions and 0 deletions
|
@ -12,5 +12,6 @@ install:
|
||||||
deploy:
|
deploy:
|
||||||
provider: script
|
provider: script
|
||||||
script: netlify deploy --dir=tmpl --prod
|
script: netlify deploy --dir=tmpl --prod
|
||||||
|
skip_cleanup: true
|
||||||
on:
|
on:
|
||||||
branch: master
|
branch: master
|
||||||
|
|
Loading…
Reference in a new issue