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

15 lines
308 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 --version
- swa deploy ./public --verbose=silly
branches: main