Skip to content

Commit 74f41ff

Browse files
committed
fix: upload all files
1 parent 259c687 commit 74f41ff

File tree

7 files changed

+5
-0
lines changed

7 files changed

+5
-0
lines changed

.github/workflows/build.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -58,3 +58,8 @@ jobs:
5858
run: |
5959
aws s3 cp stickers s3://cdn.rs.school/sloths/stickers --recursive --cache-control "public,max-age=300,immutable"
6060
aws s3 cp cleaned s3://cdn.rs.school/sloths/cleaned --recursive --cache-control "public,max-age=300,immutable"
61+
aws s3 cp assets s3://cdn.rs.school/assets --recursive --cache-control "public,max-age=300,immutable"
62+
aws s3 cp cups s3://cdn.rs.school/cups --recursive --cache-control "public,max-age=300,immutable"
63+
aws s3 cp hoodies s3://cdn.rs.school/hoodies --recursive --cache-control "public,max-age=300,immutable"
64+
aws s3 cp t-shirts s3://cdn.rs.school/t-shirts --recursive --cache-control "public,max-age=300,immutable"
65+
aws s3 cp sticker-packs s3://cdn.rs.school/sticker-packs --recursive --cache-control "public,max-age=300,immutable"
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)