Skip to content

Commit ceef739

Browse files
committed
ci
1 parent 5940040 commit ceef739

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy-website.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: website
4646

4747
- name: Deploy to S3 (wasm)
48-
run: aws s3 cp --recursive --content-type application/wasm --exclude "*" --include "*.wasm" --acl=public-read --cache-control max-age=7200 --metadata-directive REPLACE out/ s3://tunshell-web/
48+
run: aws s3 cp --recursive --content-type application/wasm --exclude "*" --include "*.wasm" --acl=public-read --cache-control max-age=7200 --metadata-directive REPLACE services/wasm/ s3://tunshell-web/wasm/
4949
working-directory: website
5050

5151
- name: Invalidate CloudFront

0 commit comments

Comments
 (0)