This commit is contained in:
2026-03-24 16:38:46 +03:30
parent be2ad02444
commit 5b08625c23
+1 -1
View File
@@ -79,6 +79,6 @@ jobs:
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{ secrets.SERVER_SSH_PORT }} << 'EOF'
cd application/Frontend
git pull origin production
docker-compose -f docker-compose-prod.yml down
docker-compose -f docker-compose-prod.yml down --remove-orphans
docker-compose -f docker-compose-prod.yml up -d --build
EOF