Skip to content

Commit

Permalink
fix: specify regions when non-interactive
Browse files Browse the repository at this point in the history
  • Loading branch information
mjaquiery committed Jan 17, 2025
1 parent 985ee7c commit 8e2b7aa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ jobs:
flyctl postgres create \
--name $FLY_DEMO_DB_NAME \
--org $FLY_ORG \
--region lhr \
--volume-size 2 \
--vm-size shared-cpu-1x \
--initial-cluster-size 1
Expand All @@ -70,6 +71,7 @@ jobs:
--image ghcr.io/galv-team/galv-backend:$DEMO_BACKEND_VERSION \
--env VIRTUAL_HOST=$FLY_DEMO_NAME.fly.dev \
--env FRONTEND_VIRTUAL_HOST=$FRONTEND_URL \
--regions lhr \
--remote-only \
--yes
Expand Down

0 comments on commit 8e2b7aa

Please sign in to comment.