-
Notifications
You must be signed in to change notification settings - Fork 203
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
consider loading .env.$FOUNDRY_PROFILE
in deploy
#3565
Comments
.env.$FOUNDRY_PROFILE
.env.$FOUNDRY_PROFILE
in deploy
also need to add |
can do env loading right after this line mud/packages/cli/src/runDeploy.ts Line 69 in 6bd1695
something like dotenv.config({ path: [`.env.${profile}`] }); |
actually, it's unclear if that's the right path, because we will have already loaded if someone had and if we use so may need to parse the |
would be nice to be able to run only
and it load
.env.rhodolite
for rhodolite specific private key, etc.The text was updated successfully, but these errors were encountered: