diff --git a/.woodpecker.yml b/.woodpecker.yml index af5bcd7..5edc8e5 100644 --- a/.woodpecker.yml +++ b/.woodpecker.yml @@ -14,10 +14,12 @@ pipeline: commands: - git config --global user.name "BotUser" - git config --global user.email "awaynian.trow@gmail.com" + - git config --global init.defaultBranch "master" - mkdir /tmp/build - 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 commit -am "Update build" + - git add . + - git commit -m "Update build" - git push --force -u origin master