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..."