bun init
All checks were successful
Build with Kaniko and Deploy / build-and-deploy (push) Successful in 14s
All checks were successful
Build with Kaniko and Deploy / build-and-deploy (push) Successful in 14s
This commit is contained in:
@@ -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 }}"
|
||||||
|
|||||||
Reference in New Issue
Block a user