Skip to content

Updating

Ned Zimmerman edited this page May 27, 2020 · 1 revision

On the Docker-based deploys of demo.directory.platform.coop and dev.directory.platform.coop, updates can be performed as follows:

  1. Run git pull to retrieve the latest changes.
  2. Run the following commands:
cd /srv/demo.directory.platform.coop
source deploy.env
docker-compose -p demo -f docker-compose.yml up --force-recreate --build -d
Clone this wiki locally