This commit is contained in:
2026-03-20 16:08:27 +03:30
parent 307d3140ce
commit 2e25748c49
2 changed files with 28 additions and 26 deletions
+2 -2
View File
@@ -127,6 +127,6 @@ jobs:
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{secrets.SERVER_SSH_PORT}}<< 'EOF'
cd application/Ai
git pull origin production
docker-compose down
docker-compose up -d
docker-compose -f docker-compose-prod.yaml down
docker-compose -f docker-compose-prod.yaml up -d
EOF