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:
co-authored by
Max Brunsfeld
parent
e71b989041
commit
a93502bb64
@@ -0,0 +1 @@
|
||||
ZED_ENVIRONMENT=production
|
||||
|
||||
@@ -0,0 +1 @@
|
||||
ZED_ENVIRONMENT=staging
|
||||
|
||||
Reference in New Issue
Block a user