mirror of
https://github.com/tiennm99/dating.git
synced 2026-08-31 22:23:42 +00:00
32 lines
463 B
Markdown
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.
|