From 49b27ce32680298dd5ba59ea443519724ee219a3 Mon Sep 17 00:00:00 2001 From: DURAND Malo Date: Tue, 16 Jun 2026 16:34:40 +0200 Subject: [PATCH] fix: typo in CI --- .github/workflows/frontend-ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/frontend-ci.yaml b/.github/workflows/frontend-ci.yaml index 3f0096a..4f844a0 100644 --- a/.github/workflows/frontend-ci.yaml +++ b/.github/workflows/frontend-ci.yaml @@ -151,7 +151,7 @@ jobs: cache-from: type=gha cache-to: type=gha,mode=max - - name: Deploy backend via HTTP + - name: Deploy frontend via HTTP run: | curl --insecure -X POST "http://${{ secrets.REGISTRY_HOST }}:9090/deploy/frontend" \ -H "Authorization: Basic $(echo '${{ secrets.REGISTRY_USERNAME }}:${{ secrets.REGISTRY_PASSWORD }}' | base64)" \