Skip to content

Commit 8576b7b

Browse files
committed
fix path
1 parent af5601c commit 8576b7b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-fly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,4 @@ jobs:
3636
tags: registry.fly.io/depot-examples-pnpm-fastify:latest
3737

3838
- name: Deploy to Fly.io
39-
run: flyctl deploy --config ../../node/pnpm-fastify/fly.toml --image registry.fly.io/depot-examples-pnpm-fastify:latest
39+
run: flyctl deploy --config ./node/pnpm-fastify/fly.toml --image registry.fly.io/depot-examples-pnpm-fastify:latest

0 commit comments

Comments
 (0)