ship bundled dist to cdn

This commit is contained in:
Cory LaViska
2024-09-24 09:23:58 -04:00
parent 7c46ffed47
commit 502853483a

View File

@@ -22,8 +22,8 @@ then
# build it
npm run build:alpha
# copy dist to the CDN
aws --profile early-webawesome-com --endpoint-url https://c0c64e1b38a89d8ae060d40170ceef46.r2.cloudflarestorage.com s3 cp ./dist s3://early-webawesome-com/webawesome@$version/dist --recursive
# copy dist-cdn to the CDN
aws --profile early-webawesome-com --endpoint-url https://c0c64e1b38a89d8ae060d40170ceef46.r2.cloudflarestorage.com s3 cp ./dist-cdn s3://early-webawesome-com/webawesome@$version/dist --recursive
echo
echo "✅ All done. Now go make something awesome!"