ci
This commit is contained in:
parent
d42253166b
commit
da0cf135c9
1 changed files with 14 additions and 0 deletions
14
.woodpecker.yml
Normal file
14
.woodpecker.yml
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
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
|
Reference in a new issue