Skip to content

Commit

Permalink
fix: revert invisical env path change
Browse files Browse the repository at this point in the history
  • Loading branch information
Veivel committed Jun 18, 2024
1 parent ef69b43 commit ff92af1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deploy-stg/infisical.py
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
# Load secret as .env file
logger.info("Loading secrets as .env file")
subprocess.call(
f"infisical export --projectId {project_id} --env {env}".split(
f"infisical export --projectId {project_id} --env {env} --path {path}".split(
" "
),
stdout=open(Path("deploy-stg") / ".env", "w"),
Expand Down

0 comments on commit ff92af1

Please sign in to comment.