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

17 lines
407 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:
2022-11-11 12:00:06 +01:00
image: node:latest
2022-11-10 20:20:40 +01:00
secrets:
- SWA_CLI_DEPLOYMENT_TOKEN
commands:
2022-11-11 12:00:06 +01:00
- npm install -D @azure/static-web-apps-cli
- npx @azure/static-web-apps-cli --version
2022-11-11 12:03:50 +01:00
- npx @azure/static-web-apps-cli deploy ./public --verbose=silly --env Production
2022-11-10 20:20:40 +01:00
branches: main