File tree Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Expand file tree Collapse file tree 1 file changed +10
-7
lines changed Original file line number Diff line number Diff line change @@ -144,9 +144,7 @@ The infrastructure configuration can be found [here](src/main/resources/applicat
144144
145145The 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
151149Always 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).
1591573. Running `./mvnw quarkus:dev`.
160158
161- # ## Deployment
159+ # # Deployment
160+
161+ # ## Current process
162162
163163Just push to the `main` branch.
164164
165165The `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
You can’t perform that action at this time.
0 commit comments