This repository has been archived on 2024-01-16. You can view files and clone it, but cannot push or open issues or pull requests.
alfadatizar/.woodpecker.yml
2023-07-29 00:32:49 -03:00

15 lines
329 B
YAML

pipeline:
deploy:
image: gitea.nulo.in/nulo/super-image:3.18
when:
branch: master
event: push
secrets:
- NETLIFY_AUTH_TOKEN
commands:
- pnpm install
- pnpm build
- pnpm install --save-dev netlify-cli
- pnpm netlify deploy --site alfadatizar-staging --dir=_site --prod