Skip to content

Commit 3abe93a

Browse files
Merge pull request #383 from code-dot-org/readme-updates
update readme
2 parents 56e8854 + 86d2f07 commit 3abe93a

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,10 @@ new Ruby version. You may need to also install
3434
The `.ruby-version` file sets the local Ruby version for javabuilder to be 2.7.2
3535

3636
## Deploying Production Javabuilder
37-
To deploy Javabuilder to production, see the
38-
[Deploying Javabuilder](https://docs.google.com/document/d/1mMQK6HhniLsz9lynzhUcm7Tcw_2WVLBxADe0WzqL6rM/edit#)
39-
instruction doc.
37+
38+
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.
39+
40+
Documentation for [deploying the Javabuilder Beta](https://docs.google.com/document/d/1mMQK6HhniLsz9lynzhUcm7Tcw_2WVLBxADe0WzqL6rM/edit#) is still available.
4041

4142
## Developing Javabuilder
4243

cicd/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@ Finally, all of the above need some Roles to exist in the AWS accounts before we
3838

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

41+
_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`._
42+
4143
1. Create/Update the Setup stack (one time, or when changes to the Setup stack occur)
4244
`cicd/1-setup/deploy-cicd-dependencies.sh` (with elevated AWS permissions)
4345
2. Create/Update the CI/CD stack (one time, or when changes to the CI/CD stack occur)

0 commit comments

Comments
 (0)