diff --git a/.woodpecker.yml b/.woodpecker.yml index 3b5de00..af5bcd7 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,11 +14,10 @@ pipeline: commands: - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com" - - git config --global user.password $access_token - mkdir /tmp/build - cp dist/build.js /tmp/build - cd /tmp/build - git init . - - git remote add origin https://git.ruthenic.com/Demon/demoncord-builds.git + - git remote add origin https://BotUser:$access_token@git.ruthenic.com/Demon/demoncord-builds.git - git commit -am "Update build" - - git push --force + - git push --force -u origin master