We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5601c commit 8576b7bCopy full SHA for 8576b7b
.github/workflows/deploy-fly.yml
@@ -36,4 +36,4 @@ jobs:
36
tags: registry.fly.io/depot-examples-pnpm-fastify:latest
37
38
- name: Deploy to Fly.io
39
- run: flyctl deploy --config ../../node/pnpm-fastify/fly.toml --image registry.fly.io/depot-examples-pnpm-fastify:latest
+ run: flyctl deploy --config ./node/pnpm-fastify/fly.toml --image registry.fly.io/depot-examples-pnpm-fastify:latest
0 commit comments