Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 5969ff8

Browse files
author
Nick Litwin
committed
Add skip cleanup so it keeps the dist folder
1 parent fe2ed70 commit 5969ff8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ deploy:
1616
access_key_id: $AWS_KEY
1717
secret_access_key: $AWS_SECRET
1818
bucket: app.topcoder-dev.com
19+
skip_cleanup: true
1920
local_dir: dist
2021
on:
2122
branch: SUP-3018-webpack-take-two
@@ -25,6 +26,7 @@ deploy:
2526
access_key_id: $QA_AWS_KEY
2627
secret_access_key: $QA_AWS_SECRET
2728
bucket: app.topcoder-qa.com
29+
skip_cleanup: true
2830
local_dir: dist
2931
on:
3032
branch: qa
@@ -33,6 +35,7 @@ deploy:
3335
access_key_id: $MASTER_AWS_KEY
3436
secret_access_key: $MASTER_AWS_SECRET
3537
bucket: app.topcoder.com
38+
skip_cleanup: true
3639
local_dir: dist
3740
on:
3841
branch: master

0 commit comments

Comments
 (0)