This is the automated deployment of my static website, using GitHub Actions!
src/
public/
package.json
vite.config.js
npm install
npm run devnpm run build
npm run preview dist/ is what I deploy to the EC2 instance, into Nginx, as part of my GitHub Actions workflow.