Skip to content

Commit

Permalink
[Issue #456] Change example of infra_override in docs/concepts/depl…
Browse files Browse the repository at this point in the history
…oyment (#8101)
  • Loading branch information
muddi900 authored and github-actions[bot] committed Jan 12, 2023
1 parent e1e5155 commit 936f956
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion docs/concepts/deployments.md
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,11 @@ deployment = Deployment.build_from_flow(
version=2,
work_queue_name="aws",
storage=storage,
infra_overrides=["env.SOME_IMPORTANT_CONFIG=true"],
infra_overrides={
"env": {
"ENV_VAR": "value"
}
},
)
deployment.apply()
Expand Down

0 comments on commit 936f956

Please sign in to comment.