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