pronounsfu/.woodpecker/.frontend.yml

21 lines
525 B
YAML
Raw Normal View History

2023-12-31 06:14:50 -08:00
when:
branch:
exclude: stable
2023-12-31 06:14:50 -08:00
2023-12-29 17:33:58 -08:00
steps:
2023-12-29 18:51:01 -08:00
check:
2023-12-29 17:33:58 -08:00
image: node
directory: frontend
environment: # SvelteKit expects these in the environment during build time.
- PRIVATE_SENTRY_DSN=
2023-12-29 17:33:58 -08:00
- PUBLIC_BASE_URL=http://pronouns.localhost
- PUBLIC_MEDIA_URL=http://pronouns.localhost/media
- PUBLIC_SHORT_BASE=http://prns.localhost
- PUBLIC_HCAPTCHA_SITEKEY=non_existent_sitekey
commands:
- corepack enable
- pnpm install
- pnpm check
- pnpm lint
- pnpm build