pipeline: build: image: node:latest commands: - npx @11ty/eleventy --input=. --output=public deploy: image: swacli/static-web-apps-cli:latest secrets: - SWA_CLI_DEPLOYMENT_TOKEN commands: - swa deploy ./public branches: main