Skip to content

Commit

Permalink
fix ci/cd
Browse files Browse the repository at this point in the history
  • Loading branch information
vorant94 committed Nov 12, 2024
1 parent 31b0ec8 commit ea2259f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ jobs:
uses: ./.github/actions/setup

- name: Run migrations
run: yes | wrangler d1 migrations apply DB --remote
run: yes | npx wrangler d1 migrations apply DB --remote
env:
CLOUDFLARE_API_TOKEN: ${{ secrets.CF_API_TOKEN }}
CLOUDFLARE_ACCOUNT_ID: ${{ secrets.CF_ACCOUNT_ID }}
Expand Down

0 comments on commit ea2259f

Please sign in to comment.