From 34fa923a2be12d39a0f0594dae828ec023eb5952 Mon Sep 17 00:00:00 2001 From: Chaim Date: Tue, 14 Apr 2026 13:46:26 +0000 Subject: [PATCH] Update CI deploy target to unified legal-ai app UUID MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The old legal-ai-web app (my85gabx...) was deleted — consolidated into a single ezer-mishpati-web (a99ivjv...) serving both domains. Co-Authored-By: Claude Opus 4.6 (1M context) --- .gitea/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index da8f230..b6eeaea 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -54,5 +54,5 @@ jobs: - name: Trigger Coolify redeploy run: | curl -sf \ - "http://coolify:8080/api/v1/deploy?uuid=my85gabx37ele9aouub8t8ju&force=true" \ + "http://coolify:8080/api/v1/deploy?uuid=a99ivjvglmqxnfbcgtdn56e5&force=true" \ -H "Authorization: Bearer ${{ secrets.COOLIFY_TOKEN }}"