feat: add production deployment scripts
run_live.sh: - Background process management for main pipeline - Web server startup with logging - Zrok tunnel for remote access - PID file management for process tracking kill_live.sh: - Clean process termination using stored PIDs
This commit is contained in:
1
kill_live.sh
Executable file
1
kill_live.sh
Executable file
@@ -0,0 +1 @@
|
||||
kill $(cat main.pid) $(cat webserver.pid) $(cat zrok.pid)
|
||||
Reference in New Issue
Block a user