mirror of
https://codeberg.org/yuukixyz/taiko-web-db.git
synced 2024-10-22 11:05:43 +02:00
pull.sh at 1712404801
This commit is contained in:
parent
1d5ba805b6
commit
12c4848136
2
pull.sh
2
pull.sh
@ -5,5 +5,5 @@ docker exec -i taiko-mongo mongoexport --db taiko --collection songs --out /dev/
|
||||
docker exec -i taiko-mongo mongoexport --db taiko --collection scores --out /dev/stdout | sort -n > scores.json
|
||||
|
||||
git add *.json
|
||||
git commit --author="BOT <>" -m "$(date +%s)"
|
||||
git commit --author="BOT <>" -m "$(git diff --name-only --cached | paste -s -d ',') at $(date +%s)"
|
||||
git push origin main
|
||||
|
Loading…
Reference in New Issue
Block a user