Skip to content

Commit

Permalink
chore: update
Browse files Browse the repository at this point in the history
  • Loading branch information
JivusAyrus committed Sep 3, 2024
1 parent 972679f commit 66c387e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ jobs:
echo $baseSubgraphName
echo $dockerFilePath
if flyctl apps list | grep -q $name; then
echo "Updating $name"
flyctl deploy --app $name --dockerfile $dockerFilePath --yes
else
flyctl launch --name $name --region lax --dockerfile $dockerFilePath --org wundergraph-demos --yes
Expand Down

0 comments on commit 66c387e

Please sign in to comment.