Skip to content

Commit d3192c0

Browse files
docs: update final references to master
1 parent c9f1d55 commit d3192c0

File tree

3 files changed

+8
-9
lines changed

3 files changed

+8
-9
lines changed

.github/workflows/gh-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2626
HAB_LICENSE: accept
2727
with:
28-
ref: master
28+
ref: develop
2929
holobranch: gh-pages
3030
commit-to: gh-pages

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
This book is the living documentation for developers and operators working on [the CHIME project](https://github.com/CodeForPhilly/chime) or running instances of it.
44

5-
It is maintained in the [GitBook format](https://gitbookio.gitbooks.io/docs-toolchain/structure.html) within [the `docs/` directory](https://github.com/CodeForPhilly/chime/tree/master/docs) of the project's main Git repository, and new versions are published automatically upon merge to the `master` branch to: [codeforphilly.github.io/chime](https://codeforphilly.github.io/chime)
5+
It is maintained in the [GitBook format](https://gitbookio.gitbooks.io/docs-toolchain/structure.html) within [the `docs/` directory](https://github.com/CodeForPhilly/chime/tree/develop/docs) of the project's main Git repository, and new versions are published automatically upon merge to the `develop` branch to: [codeforphilly.github.io/chime](https://codeforphilly.github.io/chime)
66

7-
To contribute to this book, please [open a pull request against the master branch of github.com/CodeForPhilly/chime](https://github.com/CodeForPhilly/chime/compare/master).
7+
To contribute to this book, please [open a pull request against the develop branch of github.com/CodeForPhilly/chime](https://github.com/CodeForPhilly/chime/compare/develop).

docs/operations/chime-live-cluster.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,18 +32,17 @@
3232

3333
## Deploying a New CHIME Version
3434

35-
1. Merge new version into `master` branch
36-
2. Create a new release tag in the format `v1.2.3`, incrementing semantically
37-
3. Wait for the `Docker` GitHub Actions workflow to complete
38-
4. Verify the new version shows up at the top as "Latest version" here: https://github.com/CodeForPhilly/chime/packages/155340
39-
5. Run:
35+
1. [MaCreateke a new release](release-process.md)
36+
2. Wait for the `Docker` GitHub Actions workflow to complete
37+
3. Verify the new version shows up at the top as "Latest version" here: https://github.com/CodeForPhilly/chime/packages/155340
38+
4. Run:
4039

4140
```bash
4241
VERSION=1.2.3
4342
kubectl set image --record deployment/chime chime="docker.pkg.github.com/codeforphilly/chime/penn-chime:${VERSION}"
4443
```
4544

46-
6. Watch rollout status:
45+
5. Watch rollout status:
4746

4847
```bash
4948
kubectl rollout status deployment.v1.apps/chime

0 commit comments

Comments
 (0)