Add backend info to README

master
Dylan DiGeronimo 2020-05-11 17:29:24 -04:00
parent d6a314d353
commit ccc06c8c09
1 changed files with 11 additions and 1 deletions

View File

@ -16,4 +16,14 @@ Once new changes have been added to the master branch of the [frontend repo](htt
$ ansible-playbook -i hosts update-frontend-prod.yml --key-file="/path/to/key/on/your/machine"
```
## Backend Server (ec2-18-217-39-134.us-east-2.compute.amazonaws.com)
## Backend Server (ec2-18-217-39-134.us-east-2.compute.amazonaws.com)
### Updating and redeploying
***Not yet finished***
*Note: This playbook currently pulls changes from the NYPL's repository, pending completion of our fork*
Once new changes have been added to the master branch of the [backend repo]("https://github.com/NYPL/bardo-copyright-db"), run the `update-backend-prod` playbook:
```
$ ansible-playbook -i hosts update-backend-prod.yml --key-file="/path/to/key/on/your/machine"