1
0

Homepage: refactoring

This commit is contained in:
2025-05-05 20:40:32 +03:00
parent 2d6cb3ffe0
commit 5d127d27ef
4 changed files with 85 additions and 67 deletions

8
vars/homepage.yml Normal file
View File

@ -0,0 +1,8 @@
app_name: "homepage"
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) }}"