datamade / api.opencivicdata.org

:cloud: deployment stuff for api.opencivicdata.org
3 stars 3 forks source link

Doc redirect #20

Closed reginafcompton closed 7 years ago

reginafcompton commented 7 years ago

@fgregg This pull request does a few things:

(1) Updates the Nginx config (staging and production) to redirect HTTP traffic to HTTPS; (2) Updates the Nginx config (staging and production) to redirect the index to read-the-docs; (3) Updates the after_install script with set -euo pipefail to fail the deployment, if Nginx fails; (4) Updates the after_install script with -f, so that the files actually get moved.

reginafcompton commented 7 years ago

@fgregg - okay, I went ahead and made that change.