File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,10 @@ script:
14
14
- make changelog
15
15
- make policies
16
16
- make -j$(nproc) travis-dist
17
+ - mkdir -p out/dist-deploy/travis/${TRAVIS_BRANCH}
18
+ - mkdir -p out/dist-deploy/cdn
19
+ - cp -R out/dist-bin/* out/dist-deploy/travis/${TRAVIS_BRANCH}
20
+ - cp -R out/dist/dist/* out/dist-deploy/cdn
17
21
18
22
deploy :
19
23
on :
@@ -23,13 +27,7 @@ deploy:
23
27
bucket : " compiler-explorer"
24
28
skip_cleanup : true
25
29
acl : public_read
26
- local_dir : out/dist-bin
27
- upload-dir : dist/travis/${TRAVIS_BRANCH}
28
- provider : s3
29
- bucket : " compiler-explorer"
30
- skip_cleanup : true
31
- acl : public_read
32
- local_dir : out/dist/dist
33
- upload-dir : dist/cdn
30
+ local_dir : out/dist-deploy
31
+ upload-dir : dist
34
32
35
33
after_success : npm run codecov
You can’t perform that action at this time.
0 commit comments