2023-02-25 20:00:44 +01:00
|
|
|
image: alpine/edge
|
2023-02-25 19:58:56 +01:00
|
|
|
packages:
|
|
|
|
- nodejs
|
|
|
|
- npm
|
2023-02-25 20:09:10 +01:00
|
|
|
- libsecret
|
2023-02-25 19:58:56 +01:00
|
|
|
secrets:
|
2023-02-25 20:03:15 +01:00
|
|
|
- 7db2a845-55f9-43da-8319-c9c796cbd8a5
|
2023-02-25 19:58:56 +01:00
|
|
|
tasks:
|
|
|
|
- prepare: |
|
|
|
|
npm install -D @11ty/eleventy
|
|
|
|
npm install -D @azure/static-web-apps-cli
|
|
|
|
set +x && export SWA_CLI_DEPLOYMENT_TOKEN=`cat ~/deploy_token.txt` && set -x
|
|
|
|
- build: |
|
2023-02-25 20:06:00 +01:00
|
|
|
npx @11ty/eleventy --input=./www-lauka-net --output=public
|
2023-02-25 19:58:56 +01:00
|
|
|
- deploy: |
|
|
|
|
npx @azure/static-web-apps-cli deploy ./public --env Production
|