This commit is contained in:
2026-03-21 18:30:39 +03:30
parent afbbe46e7f
commit 0da224648a
+2 -2
View File
@@ -79,6 +79,6 @@ jobs:
ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{ secrets.SERVER_SSH_PORT }} << 'EOF' ssh ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_HOST }} -p ${{ secrets.SERVER_SSH_PORT }} << 'EOF'
cd application/Frontend cd application/Frontend
git pull origin production git pull origin production
docker compose -f docker-compose-prod.yml down docker-compose -f docker-compose-prod.yml down
docker compose -f docker-compose-prod.yml up -d --build docker-compose -f docker-compose-prod.yml up -d --build
EOF EOF