diff --git a/deploy.sh b/deploy.sh index 869c755..9fd41e3 100755 --- a/deploy.sh +++ b/deploy.sh @@ -18,6 +18,6 @@ git commit -m "$COMMIT_MSG" echo "🚀 Pushing to origin..." git push origin --all - echo "✅ Done! On the production server run:" -echo " git pull && docker compose -f docker-compose.yml up -d --build" +echo " git pull" +echo " (and if websocket server changed: php backend/websocket/server.php restart -d)"