I ran this command:
flyctl launch --no-deploy -c ./fly.staging.toml --org my-org
The app is now listed under my-org in the fly console. Then I run:
flyctl deploy --config ./fly.staging.toml --dockerfile ./Dockerfile -t $FLY_API_TOKEN
and I am getting this error:
Error: Could not find App “my-app-stg”
What do I need to do to deploy my-app-stg to my-org ? I have no problems deploying to personal.
Thanks,