1
0

Remove unused var

This commit is contained in:
Anton Vakhrushev 2025-05-06 10:02:39 +03:00
parent bcad87c6e0
commit 93326907d2
Signed by: av
GPG Key ID: F5BF52FC352E255A

View File

@ -3,6 +3,4 @@ app_user: "{{ app_name }}"
base_dir: "/home/{{ app_name }}"
docker_registry_prefix: "cr.yandex/crplfk0168i4o8kd7ade"
env_deploy_file: "{{ (base_dir, '.env.deploy') | path_join }}"
homepage_web_image: "{{ homepage_web_image | default(omit) }}"