bun init
All checks were successful
Build with Kaniko and Deploy / build-and-deploy (push) Successful in 14s

This commit is contained in:
samsep101
2026-01-07 13:57:28 +05:00
parent 5e7f76d470
commit a14f1e50cd

View File

@@ -37,8 +37,8 @@ jobs:
- name: Update infrastructure repository - name: Update infrastructure repository
run: | run: |
# Клонируем инфра-репозиторий # Клонируем инфра-репозиторий
git clone https://${{ secrets.USER }}:${{ secrets.GITEA }}@gitea.apps.kopikopi.com.ru/examples/nginx-intra.git git clone https://${{ secrets.USER }}:${{ secrets.GITEA }}@git.apps.kopikopi.com.ru/examples/nginx-infra.git
cd nginx-intra/apps/static-site cd nginx-infra/apps/static-site
# Простое решение: используем sed для изменения deployment.yaml # Простое решение: используем sed для изменения deployment.yaml
NEW_IMAGE="harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}" NEW_IMAGE="harbor.apps.kopikopi.com.ru/drone/test:${{ steps.vars.outputs.sha_short }}"