We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5940040 commit ceef739Copy full SHA for ceef739
1 file changed
.github/workflows/deploy-website.yml
@@ -45,7 +45,7 @@ jobs:
45
working-directory: website
46
47
- 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/
+ 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/
49
50
51
- name: Invalidate CloudFront
0 commit comments