www-lauka-net-11ty/.woodpecker.yml
2022-11-10 20:25:21 +01:00

14 lines
270 B
YAML

pipeline:
build:
image: node:latest
commands:
- npx @11ty/eleventy --input=. --output=public
deploy:
image: swacli/static-web-apps-cli:latest
secrets:
- SWA_CLI_DEPLOYMENT_TOKEN
commands:
- swa deploy ./public
branches: main