File tree 1 file changed +10
-7
lines changed
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
144
144
145
145
The GitHub registration of this bot can be found [here](https://github.com/organizations/hibernate/settings/apps/hibernate-github-bot).
146
146
147
- ## Contributing
148
-
149
- ### Development and testing
147
+ ## Development and testing
150
148
151
149
Always test your changes locally before pushing them.
152
150
@@ -158,14 +156,19 @@ You can run the bot locally by:
158
156
[as explained here](https://quarkiverse.github.io/quarkiverse-docs/quarkus-github-app/dev/create-github-app.html#_initialize_the_configuration).
159
157
3. Running `./mvnw quarkus:dev`.
160
158
161
- # ## Deployment
159
+ # # Deployment
160
+
161
+ # ## Current process
162
162
163
163
Just push to the `main` branch.
164
164
165
165
The `main` branch is automatically deployed in production through
166
166
[this GitHub action](.github/workflows/deploy.yml). The app is pushed to an OpenShift cluster.
167
167
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
169
173
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