mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
11 lines
240 B
YAML
11 lines
240 B
YAML
|
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
|