From daa3e05ce235937ff1c3b268a307a676d9351493 Mon Sep 17 00:00:00 2001 From: Darrel Pol Date: Fri, 20 Sep 2024 21:51:17 -0500 Subject: [PATCH] updating port --- .github/workflows/on_merge_to_master.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index f454b27cd..e1016e87c 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -74,8 +74,8 @@ jobs: cd .. # Run the application in the background using nohup - nohup python launch.py --nowebui --listen --api --port 7860 --deforum-api > nohup.out 2>&1 & - + nohup python launch.py --nowebui --deforum-api --listen --api --port 7861 > nohup.out 2>&1 & + # Detach from the SSH session to prevent hanging exit EOF