TEST
Some checks are pending
Deploy to Server / deploy (push) Waiting to run
Test Workflow / test (push) Successful in 4s

This commit is contained in:
Aleksey_Skakodub 2025-06-14 10:02:39 -04:00
parent 5ba97ca8a2
commit cb45ba4ea5

View File

@ -23,7 +23,7 @@ jobs:
- name: Deploy to Server
run: |
ssh -o StrictHostKeyChecking=no ${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }} "
cd ${{ secrets.PROJECT_PATH }} && \
cd ${{ secrets.PROJECT_PATH }} \
git pull origin main && \
docker-compose down --remove-orphans && \
sleep 3 && \