Browse Source

added Logan worker to start-/stop-production

develop
Rob Colbert 10 months ago
parent
commit
a8de1e1565
  1. 1
      start-production
  2. 1
      stop-production

1
start-production

@ -3,6 +3,7 @@
sudo supervisorctl start \
base-host-services:* \
base-reeeper:* \
base-logan:* \
base-newsletter:* \
base-newsroom:* \
base-media:* \

1
stop-production

@ -6,5 +6,6 @@ sudo supervisorctl stop \
base-media:* \
base-newsroom:* \
base-newsletter:* \
base-logan:* \
base-reeeper:* \
base-host-services:* \
Loading…
Cancel
Save