Skip to content

Commit b535b80

Browse files
committed
fix: 💚 fly build fix
1 parent 3426811 commit b535b80

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/fly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- uses: superfly/flyctl-actions/setup-flyctl@master
14-
- run: flyctl deploy --remote-only -c ./web/fly.toml
14+
- run: flyctl deploy --remote-only ./web
1515
env:
1616
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 commit comments

Comments
 (0)