Skip to content

Commit

Permalink
fix ENV env var in staging deployments
Browse files Browse the repository at this point in the history
  • Loading branch information
mpnowacki-reef committed Oct 19, 2024
1 parent 7fbeff8 commit 804862a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion {{cookiecutter.repostory_name}}/devops/tf/main/files/env
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
ENV=prod
ENV=${env}
NGINX_HOST=localhost
DEBUG=0
SECRET_KEY=${secret_key}
Expand Down

0 comments on commit 804862a

Please sign in to comment.