fix: remove vaultwarden_admin_token and DOMAIN_VAULT from env.j2
Leftover after Vaultwarden removal caused CI/CD deploy to fail with 'vaultwarden_admin_token is undefined' during .env template rendering. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
parent
40c8d291ca
commit
58e9a0f08b
1 changed files with 0 additions and 2 deletions
|
|
@ -1,11 +1,9 @@
|
||||||
# Generated by Ansible — do not edit manually
|
# Generated by Ansible — do not edit manually
|
||||||
VAULTWARDEN_ADMIN_TOKEN={{ vaultwarden_admin_token }}
|
|
||||||
FORGEJO_DB_PASSWORD={{ forgejo_db_password }}
|
FORGEJO_DB_PASSWORD={{ forgejo_db_password }}
|
||||||
PLANE_DB_PASSWORD={{ plane_db_password }}
|
PLANE_DB_PASSWORD={{ plane_db_password }}
|
||||||
PLANE_SECRET_KEY={{ plane_secret_key }}
|
PLANE_SECRET_KEY={{ plane_secret_key }}
|
||||||
PLANE_MINIO_PASSWORD={{ plane_minio_password }}
|
PLANE_MINIO_PASSWORD={{ plane_minio_password }}
|
||||||
DOMAIN_BASE={{ domain_base }}
|
DOMAIN_BASE={{ domain_base }}
|
||||||
DOMAIN_VAULT={{ domain_vault }}
|
|
||||||
DOMAIN_GIT={{ domain_git }}
|
DOMAIN_GIT={{ domain_git }}
|
||||||
DOMAIN_PLANE={{ domain_plane }}
|
DOMAIN_PLANE={{ domain_plane }}
|
||||||
DOMAIN_TRAEFIK={{ domain_traefik }}
|
DOMAIN_TRAEFIK={{ domain_traefik }}
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue