chore(ci): remove broken Coolify auto-deploy (git-buildpack broken for monorepo, manual deploy per DEPLOY.md)

This commit is contained in:
2026-09-16 21:54:22 +02:00
parent e26398c496
commit 29ee39311d
3 changed files with 4 additions and 19 deletions
+3 -3
View File
@@ -51,6 +51,6 @@ Skapa OIDC-app under projekt `c0py` (eller motsvarande). Client credentials flow
2. `pnpm run typecheck`
3. `pnpm run test`
4. `pnpm run build`
5. Pusha main → CI → Deploy via `.gitea/workflows/deploy.yml`
6. Verifiera `https://c0py.siax.io/health` → 200 OK
7. Verifiera fail-closed: `https://c0py.siax.io/v1/c0py/registries` → 401 utan token
5. Pusha main → CI (`ci.yml`); deploy sker manuellt enligt [`DEPLOY.md`](../DEPLOY.md) (Coolify git-buildpack är trasigt för detta monorepo — bygg `<app-uuid>:latest` på server6 och kör `docker compose up -d` i appkatalogen)
6. Verifiera `https://c0py-api.siax.io/health` → 200 OK
7. Verifiera fail-closed: `https://c0py-api.siax.io/v1/c0py/registries` → 401 utan token