Изменено сообщение о сохранении заметки в Trilium для улучшения пользовательского опыта
All checks were successful
Deploy bot / build-deploy (push) Successful in 29s

This commit is contained in:
Dmitry
2025-11-27 16:20:47 +03:00
parent 259cda8cbd
commit 6b5098cae5
2 changed files with 4 additions and 4 deletions

View File

@@ -35,9 +35,9 @@ jobs:
ssh $SERVER_USER@$SERVER_HOST "
docker pull 192.168.1.20:5000/trilium-bot:latest &&
cd /srv/trilium-bot &&
docker compose down || true &&
docker compose up -d
cd /srv/docker/compose &&
docker compose -f trilium_bot.yml down || true &&
docker compose -f trilium_bot.yml up -d
"
env:
SERVER_HOST: ${{ secrets.SERVER_HOST }}