This is a simple CI/CD config for Github Actions. Hopefully it saves you some time.
It runs npm run build, then overwrites a folder in a s3 bucket with the local dist folder.
I have not thoroughly tested the module cache system (.npm instead of node_modules).
This guide is licensed under CC0 (public domain).
- Add
.github/workflows/deploy-to-s3.ymlto your repo