Добавление фавикона
Build and Deploy / deploy (push) Successful in 13s

This commit is contained in:
Dmitry
2026-05-18 14:06:33 +03:00
parent b163e36b51
commit 2f8a270730
6 changed files with 5 additions and 10 deletions
-10
View File
@@ -21,13 +21,3 @@ jobs:
run: |
docker build -t git.ada-dev.ru/${{ gitea.repository }}:latest .
docker push git.ada-dev.ru/${{ gitea.repository }}:latest
- name: Deploy container
run: |
docker stop ada-dev-ru 2>/dev/null || true
docker rm ada-dev-ru 2>/dev/null || true
docker run -d \
--name ada-dev-ru \
--restart unless-stopped \
-p 8081:80 \
git.ada-dev.ru/${{ gitea.repository }}:latest