landingpage/.drone.yml

17 lines
351 B
YAML

kind: pipeline
name: build and publish site
steps:
- name: build
image: klakegg/hugo:ext-alpine-ci
commands:
- hugo --minify
- name: publish
image: itsblue.dev/plugins/codeberg-pages-deploy
settings:
folder: public
git_remote: git@itsblue.dev:bluerock/pages.git
git_branch: main
ssh_key:
from_secret: gitea-ssh-key