Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 333 Bytes

README.deployment.md

File metadata and controls

14 lines (11 loc) · 333 Bytes

Deployment

Build and push release version:

yarn run vite build --base /latest --sourcemap true --minify terser && \
    aws s3 --endpoint-url=https://storage.yandexcloud.net sync --acl public-read \
    dist s3://jsdos/latest --delete 

Clear the CDN cache (v8.js-dos.com) in dashboard, pattern:

/latest,/latest/*