add woodpecker ci

This commit is contained in:
lauralani 2022-11-10 20:20:40 +01:00
parent ded3f5218f
commit 54a64a8d64

10
.woodpecker.yml Normal file
View file

@ -0,0 +1,10 @@
pipeline:
deploy:
image: swacli/static-web-apps-cli:latest
secrets:
- SWA_CLI_DEPLOYMENT_TOKEN
commands:
- swa build --app-location ./ --output-location ./public --auto
- swa deploy ./public
branches: main