Skip to content

update readme #383

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 6, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,10 @@ new Ruby version. You may need to also install
The `.ruby-version` file sets the local Ruby version for javabuilder to be 2.7.2

## Deploying Production Javabuilder
To deploy Javabuilder to production, see the
[Deploying Javabuilder](https://docs.google.com/document/d/1mMQK6HhniLsz9lynzhUcm7Tcw_2WVLBxADe0WzqL6rM/edit#)
instruction doc.

Javabuilder is deployed automatically upon merge to the `main` branch. See the CICD [Readme](cicd/README.md) for more information about deploying to production or other environments.

Documentation for [deploying the Javabuilder Beta](https://docs.google.com/document/d/1mMQK6HhniLsz9lynzhUcm7Tcw_2WVLBxADe0WzqL6rM/edit#) is still available.

## Developing Javabuilder

Expand Down
2 changes: 2 additions & 0 deletions cicd/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,8 @@ Finally, all of the above need some Roles to exist in the AWS accounts before we

### Deploying the `main` CI/CD Pipeline

_Note: If you receive errors with the 'aws-google' gem, you may need to switch to Ruby 2.7.5 first, via `rbenv local 2.7.5`._

1. Create/Update the Setup stack (one time, or when changes to the Setup stack occur)
`cicd/1-setup/deploy-cicd-dependencies.sh` (with elevated AWS permissions)
2. Create/Update the CI/CD stack (one time, or when changes to the CI/CD stack occur)
Expand Down