Deploy app to Production server
mekane opened this issue · 1 comments
mekane commented
Git pull the deployment repo, scp over the Docker images, put .env and couch configs in place.
mekane commented
It was super easy to check out the deploy repo, copy a few configs, copy over and load the images, and run docker-compose up -d. I verified that the app is running (it appears at the URL and Couch is up). Now I will copy real data and verify that things like the CRM connection and email are working.