Skip to content

Commit

Permalink
fix: removed invalid flags
Browse files Browse the repository at this point in the history
  • Loading branch information
brecke committed Jan 16, 2024
1 parent a2da3a0 commit 9a5187e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ fi
if ! flyctl status --app "$app"; then
# Backup the original config file since 'flyctl launch' messes up the [build.args] section
cp "$config" "$config.bak"
flyctl apps create --copy-config --name "$app" --image "$image" --region "$region" --org "$org"
flyctl apps create --name "$app" --org "$org"
# Restore the original config file
cp "$config.bak" "$config"
fi
Expand Down

0 comments on commit 9a5187e

Please sign in to comment.