Skip to content

Commit

Permalink
Merge pull request #579 from zaro0508/infra-docs
Browse files Browse the repository at this point in the history
add docs for Agora CI/CD
  • Loading branch information
zaro0508 committed Nov 12, 2018
2 parents 22dbb74 + f8590d4 commit 6871839
Showing 1 changed file with 15 additions and 1 deletion.
16 changes: 15 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,21 @@ import * as _ from 'lodash';
# Deployment
## To be added
## Continuous Deployment
We have setup Travis to deploy Agora to our [AWS infrastructure](https://github.com/Sage-Bionetworks/Agora-infra).
We continuously deploy to three environments:
* Development -> https://agora-develop.ampadportal.org
* Staging -> https://agora-staging.ampadportal.org
* Production -> https://agora.ampadportal.org
## Deployment Workflow
To deploy Agora updates to one of the environments just merge code to the branch you would like
to deploy to then Travis will take care of building, testing and deployming the Agora
application.
## Builds
* https://travis-ci.org/Sage-Bionetworks/Agora
## Style Guide and Project Structure
Expand Down

0 comments on commit 6871839

Please sign in to comment.