Run ean-hotels not in gunicorn

This commit is contained in:
Jeremy Dormitzer 2021-04-15 15:27:42 -04:00
parent 03d6a83bc4
commit a20b5f5662

View File

@ -312,7 +312,7 @@
:tags '(lola backend) :tags '(lola backend)
:command "bash" :command "bash"
:args '("-c" :args '("-c"
"ean_hotels/bin/start.sh web >> ~/lola/logs/ean-hotels.log 2>&1") "ean_hotels/bin/start.sh web-dev >> ~/lola/logs/ean-hotels.log 2>&1")
:cwd "~/lola/python_services" :cwd "~/lola/python_services"
:inhibit-process-filter t :inhibit-process-filter t
:file "~/lola/logs/ean-hotels.log" :file "~/lola/logs/ean-hotels.log"