From bcb0bc407724222858471fc8691645a03bc652fa Mon Sep 17 00:00:00 2001 From: lauralani Date: Thu, 10 Nov 2022 20:25:21 +0100 Subject: [PATCH] update ci --- .woodpecker.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 4f582d0..6d1281a 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -1,10 +1,14 @@ 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 build --app-location ./ --output-location ./public --auto - swa deploy ./public branches: main