This commit is contained in:
parent
3b56633fd5
commit
e564dd72f7
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@ steps:
|
||||||
commands:
|
commands:
|
||||||
- git config --global user.name "Woodpecker CI"
|
- git config --global user.name "Woodpecker CI"
|
||||||
- git config --global user.email "git@polarolouis.fr"
|
- 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"
|
- rm -rf $DESTINATION/* && echo "Cleaned $DESTINATION" || echo "Failed to clean $DESTINATION"
|
||||||
- cp -ar $CI_WORKSPACE/public/* $DESTINATION/
|
- cp -ar $CI_WORKSPACE/public/* $DESTINATION/
|
||||||
- cd $DESTINATION
|
- cd $DESTINATION
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue