www-lauka-net-11ty/.woodpecker.yml
2023-02-25 12:43:43 +01:00

16 lines
376 B
YAML

pipeline:
build:
image: node:latest
commands:
- npm install -D @11ty/eleventy
- npx @11ty/eleventy --input=. --output=public
deploy:
image: node:18
secrets:
- SWA_CLI_DEPLOYMENT_TOKEN
commands:
- npm install -D @azure/static-web-apps-cli
- npx @azure/static-web-apps-cli deploy ./public --env Production
branches: main