mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2026-02-01 13:22:04 -08:00
adding output log
This commit is contained in:
parent
d14fda1047
commit
511d01f262
1 changed files with 4 additions and 2 deletions
6
.github/workflows/on_merge_to_master.yaml
vendored
6
.github/workflows/on_merge_to_master.yaml
vendored
|
|
@ -55,7 +55,9 @@ jobs:
|
|||
# Return to the main project directory
|
||||
cd ..
|
||||
|
||||
# Run the application
|
||||
nohup python launch.py --listen --api &
|
||||
# Run the application in the background using nohup
|
||||
nohup python launch.py --listen --api > launch_output.log 2>&1 &
|
||||
|
||||
# Detach from the SSH session to prevent hanging
|
||||
exit
|
||||
EOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue