From c27cdbc034324ebcf652f646b2f7aab97017ebd9 Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sat, 27 Dec 2025 01:37:40 +0100 Subject: [PATCH] fix --- deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deploy.sh b/deploy.sh index 01c12f1..119db71 100644 --- a/deploy.sh +++ b/deploy.sh @@ -54,7 +54,7 @@ echo "🔄 Restarting services..." nginx -t && systemctl restart nginx systemctl restart testarena-app systemctl restart testarena-worker - +sudo ufw allow 8080 echo "✅ Deployment complete!" echo "--------------------------------------------------" echo "Dashboard: http://asf-server.duckdns.org:8080/"