mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 07:52:19 +00:00
This meant that (in some circumstances, anyway) the script would bail after the
inner process was killed by restart-server.
Manual deployment steps:
After pushing, log into {staging,app} and restart these commands within
the screen session.
(imported from commit 696bc8148fa9df4b536253d54c65b7c4cb908530)
3 lines
86 B
Bash
Executable File
3 lines
86 B
Bash
Executable File
#!/bin/sh -x
|
|
while true; do python manage.py runtornado localhost:9993; sleep 1; done
|