diff --git a/.builds/deploy.yml b/.builds/deploy.yml index 770bd5d..f0073a4 100644 --- a/.builds/deploy.yml +++ b/.builds/deploy.yml @@ -10,6 +10,6 @@ tasks: npm install -D @azure/static-web-apps-cli set +x && export SWA_CLI_DEPLOYMENT_TOKEN=`cat ~/deploy_token.txt` && set -x - build: | - npx @11ty/eleventy --input=. --output=public + npx @11ty/eleventy --input=./www-lauka-net --output=public - deploy: | npx @azure/static-web-apps-cli deploy ./public --env Production