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 }}"