From a13b8ca858da71a417e32a20298bcdd779a701c8 Mon Sep 17 00:00:00 2001 From: mahmamdouh Date: Sun, 4 Jan 2026 15:33:24 +0100 Subject: [PATCH] repo structure --- deploy.sh | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/deploy.sh b/deploy.sh index 5e5a29e..dff9155 100644 --- a/deploy.sh +++ b/deploy.sh @@ -55,13 +55,10 @@ chmod -R 755 /home/asf/testarena chmod -R 755 /home/asf/testarena_backend/TPF # Copy scripts to TPF +# Note: scenario_execution.py, etc. are already in TPF/ in the repo cp gitea_repo_controller.sh /home/asf/testarena_backend/TPF/ -cp TPF/scenario_execution.py /home/asf/testarena_backend/TPF/ -cp TPF/scenario_exe_parser.py /home/asf/testarena_backend/TPF/ -cp TPF/test_execution.sh /home/asf/testarena_backend/TPF/ -cp TPF/scenario_scan.py /home/asf/testarena_backend/TPF/ -cp TPF/tpf_execution.py /home/asf/testarena_backend/TPF/ chmod +x /home/asf/testarena_backend/TPF/*.sh +chmod +x /home/asf/testarena_backend/TPF/*.py # 5. Set up Systemd Services echo "⚙️ Setting up Systemd services..."