Skip to content

Commit da10d51

Browse files
committed
fix gha deploy
1 parent 82ba791 commit da10d51

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/deploy-server.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ jobs:
2424
env:
2525
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}
2626
run: |
27-
cd server
2827
flyctl deploy --remote-only \
29-
--config fly.toml \
30-
--dockerfile Dockerfile \
28+
--config server/fly.toml \
29+
--dockerfile server/Dockerfile \
3130
--build-arg BUILDKIT_INLINE_CACHE=1

0 commit comments

Comments
 (0)