fix title
Gitea Actions Demo / build_and_push (push) Failing after 1m18s
Details
Gitea Actions Demo / build_and_push (push) Failing after 1m18s
Details
This commit is contained in:
parent
015c022b70
commit
1ac9bc2ecb
|
|
@ -21,4 +21,12 @@ jobs:
|
|||
with:
|
||||
context: .
|
||||
push: true
|
||||
tags: gitea.webart-tech.ru/webart/beerds/backend:${{ gitea.sha }}
|
||||
tags: gitea.webart-tech.ru/webart/beerds/backend:${{ gitea.sha }}
|
||||
- name: Deploy
|
||||
run: |
|
||||
git clone https://gitea.webart-tech.ru/webart/kuber-deploy.git deploy
|
||||
cd ./deploy/ai
|
||||
sed -i -E 's/backend:.+/backend:${{ gitea.sha }}/g' dogs.yml
|
||||
git config --global user.email "deploy@deploy.deploy"
|
||||
git commit -am 'auto-deploy'
|
||||
git push https://${{ secrets.DOCKER_USERNAME }}:${{ secrets.DOCKER_PASSWORD }}@gitea.webart-tech.ru/webart/kuber-deploy
|
||||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="yandex-verification" content="2d4efced567f0f7f" />
|
||||
<meta name="google-site-verification" content="gKPSnPZ1ULUF9amD0vw_JQqkS5GLqc937UxayaN_s-I" />
|
||||
<meta name="description" content="Опередление породы собаки по фото. Определение породы происходит при помощи нейронной сети - точность опеределения составляет 60%." />
|
||||
<meta name="description" content="Опередление породы кошки по фото. Определение породы происходит при помощи нейронной сети - точность опеределения составляет 70%." />
|
||||
<link rel="icon" type="image/x-icon" href="static/favicon.ico">
|
||||
<title>Определение породы кошки по фото</title>
|
||||
<link rel="stylesheet" href="static/styles.css">
|
||||
|
|
|
|||
|
|
@ -4,7 +4,7 @@
|
|||
<meta charset="UTF-8">
|
||||
<meta name="yandex-verification" content="2d4efced567f0f7f" />
|
||||
<meta name="google-site-verification" content="gKPSnPZ1ULUF9amD0vw_JQqkS5GLqc937UxayaN_s-I" />
|
||||
<meta name="description" content="Опередление породы собаки по фото. Определение породы происходит при помощи нейронной сети - точность опеределения составляет 60%." />
|
||||
<meta name="description" content="Опередление породы собаки по фото. Определение породы происходит при помощи нейронной сети - точность опеределения составляет 80%." />
|
||||
<link rel="icon" type="image/x-icon" href="static/favicon.ico">
|
||||
<title>Определение породы собаки по фото</title>
|
||||
<link rel="stylesheet" href="static/styles.css">
|
||||
|
|
|
|||
Loading…
Reference in New Issue