Fix clone url
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
Louis 2025-04-25 15:49:41 +02:00
parent 3b56633fd5
commit e564dd72f7

View file

@ -16,7 +16,7 @@ steps:
commands:
- git config --global user.name "Woodpecker CI"
- git config --global user.email "git@polarolouis.fr"
- git clone -b pages "https://$${ACCESS_TOKEN}git.polarolouis.fr/polarolouis/these-recap-hebdo.git" $DESTINATION
- git clone -b pages "https://$${ACCESS_TOKEN}@git.polarolouis.fr/polarolouis/these-recap-hebdo.git" $DESTINATION
- rm -rf $DESTINATION/* && echo "Cleaned $DESTINATION" || echo "Failed to clean $DESTINATION"
- cp -ar $CI_WORKSPACE/public/* $DESTINATION/
- cd $DESTINATION