31 lines
622 B
YAML
31 lines
622 B
YAML
---
|
|
gitvana_repo_url: https://git.castaldifamily.com/nathan/gitvana
|
|
gitvana_repo_version: main
|
|
|
|
gitvana_app_user: gitvana
|
|
gitvana_app_group: gitvana
|
|
gitvana_app_root: /opt/gitvana
|
|
|
|
gitvana_service_name: gitvana
|
|
gitvana_service_port: 3000
|
|
gitvana_run_mode: preview
|
|
|
|
gitvana_env:
|
|
NODE_ENV: production
|
|
PORT: "{{ gitvana_service_port }}"
|
|
|
|
gitvana_healthcheck_path: /
|
|
gitvana_verify_status_codes:
|
|
- 200
|
|
- 301
|
|
- 302
|
|
|
|
bun_version: 1.2.15
|
|
bun_install_root: /opt/bun
|
|
gitvana_bun_arch_map:
|
|
x86_64: linux-x64-baseline
|
|
aarch64: linux-aarch64
|
|
|
|
# Optional SSH deploy key for private repositories.
|
|
gitvana_git_key_file: ""
|