How about now?
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
PapaTutuWawa 2024-01-05 19:28:02 +01:00
parent dc9ec27c3a
commit 464c3c4cd1

View File

@ -17,7 +17,6 @@ steps:
- git config --global --add safe.directory $CI_WORKSPACE/$CI_REPO_OWNER/$CI_REPO_NAME/deploy
- git init -b pages public
- cd public
- git remote set-url origin https://$GIT_PUSH_TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git
- git add --all
- git commit -m "Deploy new version $CI_COMMIT_SHA"
- git push -u origin -f pages
- git push -u https://$GIT_PUSH_TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git -f pages