fix CI and sqlx prepare datastore too

This commit is contained in:
red binder 2026-07-21 18:52:01 +02:00
commit d2e2aabe59
30 changed files with 1489 additions and 2 deletions

View file

@ -98,6 +98,7 @@ jobs:
env:
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
DATABASE_URL: ${{ secrets.DATABASE_SMM }}
run: ./.ci-scripts/make-edition.sh wii-sports-club
puyopuyo:
@ -128,6 +129,7 @@ jobs:
env:
CI_REGISTRY_IMAGE: git.spbr.net/spacebar/rust-nex
CI_COMMIT_SHORT_SHA: ${{ env.SHORT_SHA }}
DATABASE_URL: ${{ secrets.DATABASE_SMM }}
run: ./.ci-scripts/make-edition.sh puyopuyo
minecraft-wiiu: