fix: remove vaultwarden_admin_token and DOMAIN_VAULT from env.j2
Some checks failed
CI/CD / syntax-check (push) Successful in 1m3s
CI/CD / deploy (push) Failing after 6m54s

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:
jack 2026-03-26 04:38:12 +07:00
parent 40c8d291ca
commit 58e9a0f08b

View file

@ -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 }}