Skip to content

Commit

Permalink
Merge pull request #3 from Complear/issue-22-c
Browse files Browse the repository at this point in the history
fix: removed invalid flags
  • Loading branch information
brecke authored Jan 16, 2024
2 parents a2da3a0 + 9a5187e commit 35c8ed7
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 35c8ed7

Please sign in to comment.