Skip to content

Commit

Permalink
fix(deploy): fix sqlite migration, take 2 (#88)
Browse files Browse the repository at this point in the history
Signed-off-by: Vaughn Dice <[email protected]>
  • Loading branch information
vdice authored Dec 11, 2023
1 parent 6bf79e7 commit 948b7f2
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,4 @@ jobs:

- name: Run sqlite migration(s)
run: |
# NOTE: workaround for not being able to use 'default' as the database name
SQLITE_DB_NAME="$(spin cloud sqlite list -a finicky-whiskers --format json | jq -j '.[].database')"
spin cloud sqlite execute "$SQLITE_DB_NAME" "@highscore/migration.sql"
spin cloud sqlite execute -a finicky-whiskers -l default "@highscore/migration.sql"

0 comments on commit 948b7f2

Please sign in to comment.