**for instructions on deploying a NEW production instance see newProductionInstance.md
Login example:
sh [email protected]
cd /var/www/bcoeditor/bco_api
git fetch --all
git switch [DESIRED BRANCH]
- version in .secrets, etc.
sudo systemctl restart bco_api
sudo systemctl status bco_api
Navigate to PROJECT-URL/api/docs/
. You should see the version value you entered in the .secrets
file displayed on the Swagger page.