Skip to content

Commit

Permalink
feat: add .env file sync scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Aug 29, 2024
1 parent e40a279 commit fd00564
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/envs.py
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ def update_config_with_env(args):
env_file = args.env or LOCAL_ENV_FILE
toml_file = args.template or ".aws/petercat-preview.toml"
"""Load env vars from a .env file and update them into a config.toml file."""
pull_envs()
pull_envs(args)

env_vars = load_env_file(env_file)
config = load_config_toml(toml_file)
Expand Down

0 comments on commit fd00564

Please sign in to comment.