mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-23 20:50:40 +01:00
add woodpecker ci
This commit is contained in:
parent
ded3f5218f
commit
54a64a8d64
1 changed files with 10 additions and 0 deletions
10
.woodpecker.yml
Normal file
10
.woodpecker.yml
Normal 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
|
Loading…
Reference in a new issue