Skip to content

Commit

Permalink
fix: fly deploy --local-only
Browse files Browse the repository at this point in the history
  • Loading branch information
marco-souza committed Dec 19, 2024
1 parent 1443448 commit 50c5d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,6 @@ jobs:
run: echo "${{ secrets.CR_PAT }}" | docker login ghcr.io -u ${{ github.actor }} --password-stdin && docker pull ${{ env.IMAGE_NAME }}

- uses: superfly/flyctl-actions/setup-flyctl@master
- run: flyctl deploy --ha=false -i ${{ env.IMAGE_NAME }}
- run: flyctl deploy --ha=false --local-only -i ${{ env.IMAGE_NAME }}
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

1 comment on commit 50c5d40

@vercel
Copy link

@vercel vercel bot commented on 50c5d40 Dec 19, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.