From 464c3c4cd110de42e4175e266be9fecf3c07c90f Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Fri, 5 Jan 2024 19:28:02 +0100 Subject: [PATCH] How about now? --- .woodpecker.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.woodpecker.yml b/.woodpecker.yml index 5487c97..9e7e808 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -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 \ No newline at end of file + - git push -u https://$GIT_PUSH_TOKEN@git.polynom.me/$CI_REPO_OWNER/$CI_REPO_NAME.git -f pages \ No newline at end of file