Обновить .gitea/workflows/deploy.yaml
Some checks failed
Test Workflow / test (push) Has been cancelled

This commit is contained in:
TSB 2025-05-26 16:17:14 -04:00
parent 0691d7dfa5
commit ebdc08a921

View File

@ -26,6 +26,6 @@ jobs:
cd ${{ secrets.PROJECT_PATH }} && cd ${{ secrets.PROJECT_PATH }} &&
git pull origin main && git pull origin main &&
docker-compose down --remove-orphans && docker-compose down --remove-orphans &&
sleep 3 && sleep 3 &&
docker-compose up -d --build docker-compose up -d --build
" "