Skip to content

Commit 8530897

Browse files
committed
fix format
1 parent 8576b7b commit 8530897

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/deploy-fly.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,6 @@ 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: |
40+
flyctl deploy --config ./node/pnpm-fastify/fly.toml \
41+
--image registry.fly.io/depot-examples-pnpm-fastify:latest

0 commit comments

Comments
 (0)