Compare commits

...

4 Commits

Author SHA1 Message Date
samsep101
f7d04357e5 bun init
All checks were successful
Build with Kaniko and Deploy / build-and-deploy (push) Successful in 15s
2026-01-07 14:05:31 +05:00
samsep101
a14f1e50cd bun init
All checks were successful
Build with Kaniko and Deploy / build-and-deploy (push) Successful in 14s
2026-01-07 13:57:28 +05:00
samsep101
5e7f76d470 bun init
Some checks failed
Build with Kaniko and Deploy / build-and-deploy (push) Failing after 56s
2026-01-07 00:28:01 +05:00
samsep101
4f1a6b1c1b bun init
Some checks failed
Build with Kaniko and Deploy / build-and-deploy (push) Has been cancelled
2026-01-07 00:12:23 +05:00
2 changed files with 5 additions and 5 deletions

View File

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

View File

@@ -2,6 +2,6 @@
<html>
<head><title>World</title></head>
<body>
<h1>hello world 2</h1>
<h1>hello world 4</h1>
</body>
</html>