Files
dating/docs/deployment.md
T
2026-06-21 22:23:38 +07:00

32 lines
463 B
Markdown

# Deployment
## Platform
GitHub Pages.
## Production URL
Expected URL: `https://tiennm99.github.io/dating/`.
## Build
```sh
pnpm run build
```
For project-page base path:
```sh
pnpm run build:gh
```
## Workflow
`.github/workflows/deploy-pages.yml` builds on `main`, uploads `build/`, then deploys with GitHub Pages Actions.
## Notes
- Static SvelteKit only. No backend, no form service.
- Pages source should be GitHub Actions.
- No secrets required.