Skip to content

Commit

Permalink
remove broken debug statement
Browse files Browse the repository at this point in the history
  • Loading branch information
scefali committed Jun 8, 2024
1 parent ae8e3ff commit f2985e8
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand All @@ -40,10 +40,10 @@ jobs:
runs-on: ubuntu-22.04
steps:
- name: ⬇️ Checkout repo
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: ⎔ Setup node
uses: actions/setup-node@v3
uses: actions/setup-node@v4
with:
node-version: 20

Expand Down
3 changes: 2 additions & 1 deletion other/litefs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,9 @@ lease:
key: 'epic-stack-litefs/${FLY_APP_NAME}' # Ensure this key is correct

exec:
- cmd: echo "Debug: Starting prisma migrate deploy" && npx prisma migrate deploy
- cmd: npx prisma migrate deploy
if-candidate: true

- cmd: sqlite3 $DATABASE_PATH "PRAGMA journal_mode = WAL;"
if-candidate: true

Expand Down

0 comments on commit f2985e8

Please sign in to comment.