From bc7130c10e4db7378328d11d57e7e98129ac9c89 Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sun, 4 Jan 2026 16:29:36 +0100 Subject: [PATCH] update monitor --- deploy.sh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/deploy.sh b/deploy.sh index e2efc26..d3dc8cf 100644 --- a/deploy.sh +++ b/deploy.sh @@ -1,12 +1,5 @@ #!/bin/bash -# Configuration -APP_DIR="/home/asf/testarena_backend" - -echo "Starting deployment in $APP_DIR..." - -cd $APP_DIR || { echo "Directory $APP_DIR not found"; exit 1; } - # Pull latest changes (assuming it's a git repo) if [ -d ".git" ]; then echo "Pulling latest changes from git..."