I want to have a Github action deploy my dev app from a staging-fly.toml
and another action to deploy prod from prod-fly.toml
. Is there a way to specify the filename in the flyctl deploy
command? I didn’t find anything in the --help
or docs.
You can use --config
to specify the config
Checked available in at least 0.0.492 (we’re using it to do bulk deploys from a monorepo)
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.