Skip to content

Commit b64923c

Browse files
authored
Add deployment info to README.md
1 parent 2b6ddab commit b64923c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

README.md

+10-7
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,7 @@ The infrastructure configuration can be found [here](src/main/resources/applicat
144144
145145
The GitHub registration of this bot can be found [here](https://github.com/organizations/hibernate/settings/apps/hibernate-github-bot).
146146
147-
## Contributing
148-
149-
### Development and testing
147+
## Development and testing
150148
151149
Always test your changes locally before pushing them.
152150
@@ -158,14 +156,19 @@ You can run the bot locally by:
158156
[as explained here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-github-app/dev/create-github-app.html#_initialize_the_configuration).
159157
3. Running `./mvnw quarkus:dev`.
160158

161-
### Deployment
159+
## Deployment
160+
161+
### Current process
162162

163163
Just push to the `main` branch.
164164

165165
The `main` branch is automatically deployed in production through
166166
[this GitHub action](.github/workflows/deploy.yml). The app is pushed to an OpenShift cluster.
167167

168-
### Maintenance
168+
Maintainers can review the application, check the current health and update configuration/secrets on the OpenShift console.
169+
170+
Link to the console: https://console-openshift-console.apps.ospo-osci.z3b1.p1.openshiftapps.com/k8s/cluster/projects/prod-hibernate-infra
171+
172+
### Setting it up
169173

170-
You can check the current health of the bot at the corresponding project in the OpenShift console.
171-
See the team resources for more details.
174+
TODO: document this someday... See https://github.com/quarkusio/search.quarkus.io/blob/main/README.adoc#setting-it-up

0 commit comments

Comments
 (0)