This commit is contained in:
parent
a61d95cba3
commit
73fdec95ef
3 changed files with 6 additions and 2 deletions
|
|
@ -16,8 +16,8 @@ Personal website and blog for Benjamin Palko, deployed on Netlify.
|
|||
## Toolchain
|
||||
|
||||
- **pnpm is the canonical local package manager**.
|
||||
- The GitHub Actions PR gate (`.github/workflows/pr.yml`) runs `pnpm`. Keep both working; document pnpm commands.
|
||||
- Deploys to Netlify run via Forgejo Actions (`.forgejo/workflows/deploy.yml`) on push to `main`. It needs `NETLIFY_AUTH_TOKEN` and `NETLIFY_SITE_ID` as Forgejo repo secrets.
|
||||
- The PR gate runs via Forgejo Actions (`.forgejo/workflows/pr.yml`) on pull requests to `main`. It installs with `pnpm install --frozen-lockfile` so CI matches a clean local install. Keep both working; document pnpm commands.
|
||||
- Deploys to Netlify run via Forgejo Actions (`.forgejo/workflows/deploy.yml`) on push to `main`. It needs `NETLIFY_AUTH_TOKEN` and `NETLIFY_SITE_ID` as Forgejo repo secrets. It also installs with `pnpm install --frozen-lockfile`.
|
||||
|
||||
## Scripts (pnpm)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue