diff --git a/.woodpecker.yml b/.woodpecker.yml index 98b0f24..90ff30b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -5,11 +5,12 @@ pipeline: - npx @11ty/eleventy --input=. --output=public deploy: - image: swacli/static-web-apps-cli:latest + image: node:latest secrets: - SWA_CLI_DEPLOYMENT_TOKEN commands: - - swa --version - - swa deploy ./public --verbose=silly + - 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