Skip to content

Commit d940a4e

Browse files
authored
Add template build envs warning (#72)
1 parent 48d93cf commit d940a4e

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

docs/template/defining-template.mdx

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -243,6 +243,11 @@ template.git_clone("https://github.com/user/repo.git", "/app/repo", depth=1)
243243

244244
### Environment variables
245245

246+
<Warning>
247+
Environment variables set in template definition are only available during template build.
248+
[How to setup environment variables in sandbox?](/docs/sandbox/environment-variables)
249+
</Warning>
250+
246251
Set environment variables in the template:
247252

248253
<CodeGroup>

0 commit comments

Comments
 (0)