Skip to content

Commit

Permalink
Update scripts/deployment/finish_production_deploy.sh
Browse files Browse the repository at this point in the history
Co-authored-by: Drini Cami <[email protected]>
  • Loading branch information
2 people authored and Sabreen-Parveen committed Feb 5, 2021
1 parent 63b67c0 commit e9321bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/deployment/finish_production_deploy.sh
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ docker volume rm openlibrary_ol-vendor openlibrary_ol-build openlibrary_ol-nodem
if [[ $HOSTNAME == ol-covers0.* ]]; then
docker-compose up -d --scale covers=2 covers_nginx memcached
elif [[ $HOSTNAME == ol-home0.* ]]; then
docker-compose up -d --no-deps infobase infobase_nginx affiliate-server # cronjobs importbot solr-updater
docker-compose up -d --no-deps infobase infobase_nginx affiliate-server solr-updater # cronjobs importbot
else # start a web node
docker-compose run -uroot --rm home make i18n
docker-compose up --no-deps -d web
Expand Down

0 comments on commit e9321bf

Please sign in to comment.