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:
Nathan Sobo
2022-01-12 16:33:41 -07:00
co-authored by Max Brunsfeld
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