Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed May 7, 2024
1 parent af5601c commit 8576b7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,4 @@ jobs:
tags: registry.fly.io/depot-examples-pnpm-fastify:latest

- name: Deploy to Fly.io
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 comments on commit 8576b7b

Please sign in to comment.