Here are the instructions on how to deploy updates to this website.
IMPORTANT: Before updating the website, you should run any updates to the API first.
- Loging to Digital Ocean
- Switch to the
Police Scorecard
Team - Select the
police-scorecard
Droplet - Click the
Console
link to open Digital Oceans Web Console - Run one of the following scripts based on what you want to update
# To update https://dev.policescorecard.org using `develop` branch
/usr/local/bin/deploy-development
# To update https://staging.policescorecard.org using `staging` branch
/usr/local/bin/deploy-staging
# To update https://policescorecard.org using `master` branch
/usr/local/bin/deploy-production