From a14f1e50cdc9f0aeaf3193908679ec188651eb27 Mon Sep 17 00:00:00 2001 From: samsep101 Date: Wed, 7 Jan 2026 13:57:28 +0500 Subject: [PATCH] bun init --- .gitea/workflows/test.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 6581e30..0c67ec4 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -37,8 +37,8 @@ jobs: - name: Update infrastructure repository run: | # Клонируем инфра-репозиторий - git clone https://${{ secrets.USER }}:${{ secrets.GITEA }}@gitea.apps.kopikopi.com.ru/examples/nginx-intra.git - cd nginx-intra/apps/static-site + git clone https://${{ secrets.USER }}:${{ secrets.GITEA }}@git.apps.kopikopi.com.ru/examples/nginx-infra.git + cd nginx-infra/apps/static-site # Простое решение: используем sed для изменения deployment.yaml NEW_IMAGE="harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}"