From 54a64a8d6458ecd9db3d2b435ce685fdd0e35fc4 Mon Sep 17 00:00:00 2001 From: lauralani Date: Thu, 10 Nov 2022 20:20:40 +0100 Subject: [PATCH] add woodpecker ci --- .woodpecker.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .woodpecker.yml diff --git a/.woodpecker.yml b/.woodpecker.yml new file mode 100644 index 0000000..4f582d0 --- /dev/null +++ b/.woodpecker.yml @@ -0,0 +1,10 @@ +pipeline: + 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