From 1ff1fd2e9c127ef2674403c889b4d965224e74ef Mon Sep 17 00:00:00 2001 From: Louis Date: Thu, 10 Apr 2025 11:09:54 +0200 Subject: [PATCH] Fixing http link --- .woodpecker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5856c1b..25bc731 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -26,7 +26,7 @@ steps: - cp -r site-perso/public/* pages/ - cd pages - ls -la - - git remote set-url origin "https://$${ACCESS_TOKEN}git.polarolouis.fr/polarolouis/pages.git" + - git remote set-url origin "https://$${ACCESS_TOKEN}@git.polarolouis.fr/polarolouis/pages.git" - git add --all - git commit -m "Deploy site [CI SKIP]" - git push -f origin main