From ae64ce900a4b395a567811d5ba6d860b20287eb1 Mon Sep 17 00:00:00 2001 From: Simon Vieille Date: Tue, 23 Jan 2024 13:19:39 +0100 Subject: [PATCH] add ci to deploy on gitnet.page --- .woodpecker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index d2b9b9a..4626c1b 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -12,11 +12,11 @@ steps: commit: image: alpine/git commands: + - git config --global user.email ci@gitnet.fr + - git config --global user.name CI - git commit -m build -a - git fetch --no-tags origin +refs/heads/pages - git switch pages - - git config --global user.email ci@gitnet.fr - - git config --global user.name CI - mv site /tmp/ - rm * -fr - mv /tmp/site/* .