I want to launch an app where it’s tied to the org not a personal account. e.g.
fly launch --org org-name
Warning: This organization has no payment method, turning off high availability
Error: We need your payment information to continue! Add a credit card or buy credit: Sign in to Your Account · Fly
The organisation has a credit card on it. How can I do this?
Hey, I’ve got it working now… turns out the org name parameter value wasn’t just a lowercase version of my org name, but there was a numerical suffix in the URL when visiting the dashboard, https://fly.io/dashboard/org-name-123/billing so I used fly launch --org org-name-123 and it worked…
I really think you need to make that clearer, maybe highlight it in a component in the dashboard, like you do with IP addresses, maybe even change the name of it to “org id” rather than “org”.
OR change the organisation name in the dropdown component in the dashboard to “Org Name 123” not “Org Name”