diff --git a/.github/workflows/on_merge_to_master.yaml b/.github/workflows/on_merge_to_master.yaml index d0ed42039..f5c5c8e38 100644 --- a/.github/workflows/on_merge_to_master.yaml +++ b/.github/workflows/on_merge_to_master.yaml @@ -74,7 +74,7 @@ jobs: cd .. # Run the application in the background using nohup - nohup python launch.py --nowebui --listen --api > nohup.out 2>&1 & + nohup python launch.py --nowebui --listen --api --port 7860 > nohup.out 2>&1 & # Detach from the SSH session to prevent hanging exit