From 68edabf1adbb2ff8b9c09a5e66934b0e738f5205 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Jan 2024 13:31:55 +0100 Subject: [PATCH] add ci to deploy on gitnet.page --- .woodpecker.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 8e5e99e..58d85d3 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -16,6 +16,7 @@ steps: - git config --global user.name CI - git commit -m build -a - git fetch --no-tags origin +refs/heads/pages + - git remote add upstream git@gitnet.fr:murph/murph-doc.git - git switch pages - mv site /tmp/ - rm * -fr @@ -26,7 +27,7 @@ steps: - chmod -R 400 ~/.ssh - git add . - git commit -m "Build ${CI_BUILD_NUMBER}" - - git push origin pages + - git push upstream pages # push: # image: appleboy/drone-git-push