Попытка 2
Some checks failed
Test Workflow / test (push) Has been cancelled
Deploy to Server / deploy (push) Has been cancelled

This commit is contained in:
Aleksey_Skakodub 2025-04-21 18:08:15 -04:00
parent d8f35f600c
commit fa705375e9

View File

@ -24,7 +24,7 @@ jobs:
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "
cd ${{ secrets.PROJECT_PATH }} &&
git pull origin master &&
git pull origin main &&
docker-compose down --remove-orphans &&
docker-compose up -d --build
"