Skip to content

Commit

Permalink
Update README.md to add additional information about the application:…
Browse files Browse the repository at this point in the history
…webapp command (#1822)

You can only do read operations.  Write operations fail.  I'm guessing it is the http vs https
  • Loading branch information
carolyncole authored May 24, 2024
1 parent f735794 commit 9fc6c99
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -139,10 +139,11 @@ The following would open up a browser to the web application after deploying. T
```
cap production_primary application:webapp
```
**Note** to login you must hand edit the response url to have `http` instead of `https`. Otherwise read operations work fairly well. Edit (POST/PUT) operations do not seem to work.

## Rolling deployments to production
We utilize rolling deployments to production. When a new release is ready to deploy
1. deploy to production_primary via [ansible tower](https://ansible-tower.princeton.edu/#/templates)
1. verify that the deployment was successful utilizing capistrano `cap production_primary application:webapp`
1. deploy to production_secondary via [ansible tower](https://ansible-tower.princeton.edu/#/templates)
1. verify that the deployment was successful utilizing capistrano `cap production_secondary application:webapp`
1. verify that the deployment was successful utilizing capistrano `cap production_secondary application:webapp`

0 comments on commit 9fc6c99

Please sign in to comment.