Hello,
We have a question regarding deploying our Shopify app to Fly.io. For example:
When we use the command fly deploy to deploy our app to Fly.io, which environment configuration file will be used by default? Additionally, if we want to specify or change the environment configuration file used during deployment, how can we do that?
Thank you!
Hi Mike,
Sorry for been late. I was in same scenario some days ago and reading Shopify docs, we realize that apps using remix app template use .env file by default.
Based on the deployment results, “.env.myapp” and “shopify.app.myapp.toml” have been applied. This seems to be what I need at the moment, but I am concerned that if I don’t understand where this environment is determined, it could pose risks for future deployments.