Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
kylegalbraith committed May 7, 2024
1 parent 8576b7b commit 8530897
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/deploy-fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,4 +36,6 @@ 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 8530897

Please sign in to comment.