fly-apps / fly-laravel

Run your Laravel apps on Fly
40 stars 3 forks source link

Enable user to select what organization they want to deploy in #34

Closed Johannes-Werbrouck closed 1 year ago

Johannes-Werbrouck commented 1 year ago

Enable user to select what organization they want to deploy in. If there's only one (personal, most likely) that will be auto-selected.

Johannes-Werbrouck commented 1 year ago

this solves #29

KTanAug21 commented 1 year ago

Two things of note:

  1. Somehow I needed to run "php application app:install http" otherwise this happens
  2. The only organization I have is "Personal", so it get's auto selected. However, I get an error "organization Personal not found": image