From b2cd8833e444bbf3c935e455b712b142bda2eb49 Mon Sep 17 00:00:00 2001 From: Colgrave Date: Mon, 3 Feb 2025 13:20:25 -0500 Subject: [PATCH] remove partial setting & add ref to HEAD --- Hugo/.woodpecker.yaml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Hugo/.woodpecker.yaml b/Hugo/.woodpecker.yaml index 12b99ac..1ec95bd 100644 --- a/Hugo/.woodpecker.yaml +++ b/Hugo/.woodpecker.yaml @@ -20,15 +20,14 @@ clone: - name: clone-page image: docker.io/woodpeckerci/plugin-git settings: - partial: false remote: https://codeberg.org//.git + ref: HEAD path: public # clone the pages branch # - name: clone-page # image: woodpeckerci/plugin-git # settings: # branch: pages - # partial: false # path: public steps: @@ -44,7 +43,7 @@ steps: image: docker.io/appleboy/drone-git-push:latest settings: ssh_key: - from_secret: codeberg_ssh + from_secret: ssk_key # push to your static page repository, change it to your need remote: git@codeberg.org:/pages.git # if you are using a branch rather than a repo, change `remote` setting