Browse Source

Merge branch 'develop' of git.digitaltelepresence.com:digital-telepresence/dtp-base into develop

develop
Rob Colbert 1 year ago
parent
commit
976c415af3
  1. 3
      restart-production
  2. 9
      start-production
  3. 9
      stop-production

3
restart-production

@ -0,0 +1,3 @@
#!/bin/bash
./stop-production
./start-production

9
start-production

@ -1,3 +1,10 @@
#!/bin/bash
sudo supervisorctl start sites-host-services:* sites-reeeper:* sites-newsletter:* sites-media:* sites-chat:* sites:*
sudo supervisorctl start \
sites-host-services:* \
sites-reeeper:* \
sites-newsletter:* \
sites-newsroom:* \
sites-media:* \
sites-chat:* \
sites:*

9
stop-production

@ -1,3 +1,10 @@
#!/bin/bash
sudo supervisorctl stop sites:* sites-chat:* sites-media:* sites-newsletter:* sites-reeeper:* sites-host-services:*
sudo supervisorctl stop \
sites:*
sites-chat:* \
sites-media:* \
sites-newsroom:* \
sites-newsletter:* \
sites-reeeper:* \
sites-host-services:* \
Loading…
Cancel
Save