www-lauka-net-11ty/.woodpecker.yml

15 lines
286 B
YAML
Raw Normal View History

2022-11-10 20:20:40 +01:00
pipeline:
2022-11-10 20:25:21 +01:00
build:
image: node:latest
commands:
- npx @11ty/eleventy --input=. --output=public
2022-11-10 20:20:40 +01:00
deploy:
image: swacli/static-web-apps-cli:latest
secrets:
- SWA_CLI_DEPLOYMENT_TOKEN
commands:
2022-11-10 20:29:05 +01:00
- swa deploy ./public --verbose=silly
2022-11-10 20:20:40 +01:00
branches: main