From 4f1a6b1c1bfa0d92716f01bd85d4533a08b25e6f Mon Sep 17 00:00:00 2001 From: samsep101 Date: Wed, 7 Jan 2026 00:12:23 +0500 Subject: [PATCH] bun init --- .gitea/workflows/test.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 233a59d..6581e30 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-intrasture.git - cd nginx-intrasture/apps/static-site + git clone https://${{ secrets.USER }}:${{ secrets.GITEA }}@gitea.apps.kopikopi.com.ru/examples/nginx-intra.git + cd nginx-intra/apps/static-site # Простое решение: используем sed для изменения deployment.yaml NEW_IMAGE="harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}" @@ -55,4 +55,4 @@ jobs: git config user.email "ci-cd@kopikopi.com.ru" git add deployment.yaml git commit -m "Update image to ${{ steps.vars.outputs.sha_short }}" - git push \ No newline at end of file + git push