mirror of
https://github.com/zed-industries/zed.git
synced 2025-01-24 11:01:54 +00:00
Add placeholder environment variables to our deploy
We have the ability to define environment-specific environment variables, but don't current need it. This keeps these files in place while avoiding noise from running `export` with no args due to the files being empty. Co-Authored-By: Max Brunsfeld <maxbrunsfeld@gmail.com>
This commit is contained in:
parent
e71b989041
commit
a93502bb64
2 changed files with 2 additions and 0 deletions
|
@ -0,0 +1 @@
|
|||
ZED_ENVIRONMENT=production
|
|
@ -0,0 +1 @@
|
|||
ZED_ENVIRONMENT=staging
|
Loading…
Reference in a new issue