From 0a7ae53a85a813ff37f731d30f0235be418ba884 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 5 Jan 2024 18:17:02 +0100 Subject: [PATCH] Add deployment pipeline step --- .woodpecker.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index a86af52..73fd4e7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -6,11 +6,11 @@ steps: - npm install -D tailwindcss @tailwindcss/typography - npx tailwindcss -i input.css -o static/css/index.css --minify - zola build - # deploy: - # image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1 - # settings: - # folder: public - # branch: pages - # ssh_key: - # from_secret: ssh_key - # git_config_name: "polynom.me CI system" \ No newline at end of file + deploy: + image: codeberg.org/xfix/plugin-codeberg-pages-deploy:1 + settings: + folder: public + branch: pages + ssh_key: + from_secret: ssh_key + git_config_name: "polynom.me CI system" \ No newline at end of file