pipeline: build: image: node:latest commands: - npm install -D @11ty/eleventy - npx @11ty/eleventy --input=. --output=public deploy: image: node:18 secrets: - SWA_CLI_DEPLOYMENT_TOKEN commands: - npm install -D @azure/static-web-apps-cli - npx @azure/static-web-apps-cli deploy ./public --env Production branches: main