Add deployment pipeline step
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
PapaTutuWawa 2024-01-05 18:17:02 +01:00
parent caef031d48
commit 0a7ae53a85

View File

@ -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"
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"