mirror of
https://codeberg.org/lauralani/www-lauka-net.git
synced 2024-11-24 05:00:02 +01:00
update ci to use node docker container
This commit is contained in:
parent
fbd65ab17c
commit
ebcc296e6d
1 changed files with 4 additions and 3 deletions
|
@ -5,11 +5,12 @@ pipeline:
|
||||||
- npx @11ty/eleventy --input=. --output=public
|
- npx @11ty/eleventy --input=. --output=public
|
||||||
|
|
||||||
deploy:
|
deploy:
|
||||||
image: swacli/static-web-apps-cli:latest
|
image: node:latest
|
||||||
secrets:
|
secrets:
|
||||||
- SWA_CLI_DEPLOYMENT_TOKEN
|
- SWA_CLI_DEPLOYMENT_TOKEN
|
||||||
commands:
|
commands:
|
||||||
- swa --version
|
- npm install -D @azure/static-web-apps-cli
|
||||||
- swa deploy ./public --verbose=silly
|
- npx @azure/static-web-apps-cli --version
|
||||||
|
- npx @azure/static-web-apps-cli deploy ./public --verbose=silly
|
||||||
|
|
||||||
branches: main
|
branches: main
|
||||||
|
|
Loading…
Reference in a new issue