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