We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cfa93b4 commit 97df71fCopy full SHA for 97df71f
.github/workflows/deploy.yml
@@ -11,10 +11,8 @@ jobs:
11
runs-on: ubuntu-latest
12
env:
13
SQL_GENERATE_URL: ${{ secrets.DATABASE_URL_FOR_PRISMA_SQL_GENERATION }}
14
+
15
steps:
16
- uses: actions/checkout@v4
17
- uses: superfly/flyctl-actions/setup-flyctl@master
- - 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 }}
+ - run: flyctl deploy --build-arg SQL_GENERATE_URL=$SQL_GENERATE_URL --access-token "${{ secrets.FLY_DEPLOY_TOKEN }}"
0 commit comments