diff --git a/.woodpecker.yml b/.woodpecker.yml index 5edc8e5..321062c 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -19,7 +19,7 @@ pipeline: - cp dist/build.js /tmp/build - cd /tmp/build - git init . - - git remote add origin https://BotUser:$access_token@git.ruthenic.com/Demon/demoncord-builds.git + - git remote add origin "https://BotUser:$access_token@git.ruthenic.com/Demon/demoncord-builds.git" - git add . - git commit -m "Update build" - git push --force -u origin master