Skip to content

Commit

Permalink
Reducing the default number of machines in fly
Browse files Browse the repository at this point in the history
  • Loading branch information
TonioGela committed Oct 22, 2023
1 parent b041a12 commit 76063eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@ jobs:
run: sbt server/Docker/publishLocal

- name: Fly deploy
run: flyctl deploy --vm-cpu-kind "shared" --vm-cpus "1" --local-only --yes
run: flyctl deploy --ha=false --local-only --yes
env:
FLY_API_TOKEN: ${{ secrets.FLY_API_TOKEN }}

0 comments on commit 76063eb

Please sign in to comment.