Попытка 2
Some checks failed
Test Workflow / test (push) Successful in 2s
Deploy to Server / deploy (push) Failing after 7s

This commit is contained in:
Алексей Скакодуб 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
"