Skip to content

Commit

Permalink
Merge pull request #5954 from cdrini/www0-deployment-trigger
Browse files Browse the repository at this point in the history
Add www0 to deployment scripts
  • Loading branch information
cdrini authored Dec 8, 2021
2 parents eadc09f + 5764488 commit 3e14ec7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion scripts/deployment/are_servers_in_sync.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

SERVERS="ol-home0 ol-covers0 ol-web1 ol-web2"
SERVERS="ol-home0 ol-covers0 ol-web1 ol-web2 ol-www0"
REPO_DIRS="/opt/olsystem /opt/openlibrary /opt/openlibrary/vendor/infogami /opt/booklending_utils"

for REPO_DIR in $REPO_DIRS; do
Expand Down
2 changes: 1 addition & 1 deletion scripts/deployment/deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set -o xtrace

# See https://github.com/internetarchive/openlibrary/wiki/Deployment-Scratchpad
SERVERS="ol-home0 ol-covers0 ol-web1 ol-web2"
SERVERS="ol-home0 ol-covers0 ol-web1 ol-web2 ol-www0"
COMPOSE_FILE="docker-compose.yml:docker-compose.production.yml"

# This script must be run on ol-home0 to start a new deployment.
Expand Down

0 comments on commit 3e14ec7

Please sign in to comment.