Remove sleepy care from projects
All checks were successful
Deploy / build-and-publish (push) Successful in 4m19s
Deploy / deploy (push) Successful in 19s

This commit is contained in:
2025-04-20 21:08:15 +03:00
parent 396f943b38
commit 4449c5a511
5 changed files with 2 additions and 21 deletions

View File

@@ -52,7 +52,7 @@ jobs:
run: |
ssh_command="
cd /home/${REMOTE_USER}/${IMAGE_NAME}
docker compose down
docker compose up -d
docker compose pull
docker compose restart
"
ssh -o StrictHostKeyChecking=no ${REMOTE_USER}@${REMOTE_HOST} "$ssh_command"