diff --git a/pull.sh b/pull.sh index 5ddd5f46..ce2154db 100644 --- a/pull.sh +++ b/pull.sh @@ -4,6 +4,6 @@ docker exec -i taiko-mongo mongoexport --db taiko --collection users --out /dev/ docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/stdout | sort -n > songs.json docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json -git add -A -git commit --author="BOT " -m "$(date +%s)" +git add *.json +git commit --author="BOT <>" -m "$(date +%s)" git push origin main