chore: complete update
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
# Environment variables for {{ app_name }}
|
||||
|
||||
{% for key, value in app_env.items() %}
|
||||
{{ key }}={{ value }}
|
||||
{% endfor %}
|
||||
|
||||
# Deployment info
|
||||
DEPLOYED_AT={{ ansible_date_time.iso8601 }}
|
||||
DEPLOYED_BY=ansible
|
||||
SERVER_NAME={{ inventory_hostname }}
|
||||
|
||||
APP_PORT=8000
|
||||
Reference in New Issue
Block a user