Skip to content

Commit 97df71f

Browse files
committed
fix(action): command fly not found
1 parent cfa93b4 commit 97df71f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,8 @@ jobs:
1111
runs-on: ubuntu-latest
1212
env:
1313
SQL_GENERATE_URL: ${{ secrets.DATABASE_URL_FOR_PRISMA_SQL_GENERATION }}
14+
1415
steps:
1516
- uses: actions/checkout@v4
1617
- uses: superfly/flyctl-actions/setup-flyctl@master
17-
- uses: oven-sh/setup-bun@v2
18-
with:
19-
bun-version: 1.2.2
20-
- run: bun deploy:server --access-token ${{ secrets.FLY_DEPLOY_TOKEN }}
18+
- run: flyctl deploy --build-arg SQL_GENERATE_URL=$SQL_GENERATE_URL --access-token "${{ secrets.FLY_DEPLOY_TOKEN }}"

0 commit comments

Comments
 (0)