tofu fmt
Some checks failed
Deploy / Update K8s Apps / Detect changed K8s tfvars (push) Successful in 12s
Deploy / Update Apps / Detect changed tfvars files (push) Successful in 11s
Test / Unit Tests — Docker Stack (push) Has been skipped
Test / Unit Tests — K8s Stack (push) Has been skipped
Test / Static Analysis (push) Failing after 23s
Deploy / Update K8s Apps / Deploy ${{ matrix.tfvars }} (push) Failing after 12s
Deploy / Update K8s Apps / Destroy ${{ matrix.tfvars }} (push) Has been skipped
Deploy / Update Apps / Deploy ${{ matrix.tfvars }} (push) Failing after 12s
Deploy / Update Apps / Destroy ${{ matrix.tfvars }} (push) Has been skipped
Test / Integration Test — K8s (k3d) (push) Has been skipped
Some checks failed
Deploy / Update K8s Apps / Detect changed K8s tfvars (push) Successful in 12s
Deploy / Update Apps / Detect changed tfvars files (push) Successful in 11s
Test / Unit Tests — Docker Stack (push) Has been skipped
Test / Unit Tests — K8s Stack (push) Has been skipped
Test / Static Analysis (push) Failing after 23s
Deploy / Update K8s Apps / Deploy ${{ matrix.tfvars }} (push) Failing after 12s
Deploy / Update K8s Apps / Destroy ${{ matrix.tfvars }} (push) Has been skipped
Deploy / Update Apps / Deploy ${{ matrix.tfvars }} (push) Failing after 12s
Deploy / Update Apps / Destroy ${{ matrix.tfvars }} (push) Has been skipped
Test / Integration Test — K8s (k3d) (push) Has been skipped
This commit is contained in:
@@ -1,11 +1,11 @@
|
||||
# ─── Remote Host ──────────────────────────────────────────────────────────────
|
||||
ssh_host = "dev-server.example.com"
|
||||
ssh_user = "deploy"
|
||||
ssh_host = "dev-server.example.com"
|
||||
ssh_user = "deploy"
|
||||
# ssh_key_path is supplied at runtime by CI/CD from gopass — not stored here.
|
||||
|
||||
# ─── App Identity ─────────────────────────────────────────────────────────────
|
||||
app_name = "myapp"
|
||||
environment = "dev" # ephemeral containers, no persistent volumes
|
||||
environment = "dev" # ephemeral containers, no persistent volumes
|
||||
|
||||
# ─── OpenResty: bind_mount mode ───────────────────────────────────────────────
|
||||
# Mount a directory that already exists on the remote server.
|
||||
@@ -17,7 +17,7 @@ openresty_external_port = 8080
|
||||
# ─── PostgreSQL ───────────────────────────────────────────────────────────────
|
||||
db_name = "myapp_dev"
|
||||
db_user = "myapp"
|
||||
db_password = "changeme-dev" # use gopass / CI secret for real deployments
|
||||
db_password = "changeme-dev" # use gopass / CI secret for real deployments
|
||||
|
||||
# ─── Images (optional overrides) ──────────────────────────────────────────────
|
||||
# postgres_image = "postgres:16-alpine"
|
||||
|
||||
Reference in New Issue
Block a user