Skip to content

Commit acf0ada

Browse files
committed
Update readme to match the new deployment approach
1 parent cbcfacd commit acf0ada

File tree

1 file changed

+3
-9
lines changed

1 file changed

+3
-9
lines changed

README.md

Lines changed: 3 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -131,15 +131,9 @@ You can run the bot locally by:
131131
Just push to the `main` branch.
132132

133133
The `main` branch is automatically deployed in production through
134-
[this Jenkins job](https://ci.hibernate.org/job/hibernate-github-bot/),
135-
configured through the `Jenkinsfile` at the root of this repository.
136-
137-
Container images are pushed to [this quay.io repository](https://quay.io/repository/hibernate/hibernate-github-bot).
134+
[this GitHub action](.github/workflows/deploy.yml). The app is pushed to an OpenShift cluster.
138135

139136
### Maintenance
140137

141-
You can check the current health of the bot like this:
142-
143-
```shell
144-
curl https://infra.hibernate.org/bot/github/q/health | jq
145-
```
138+
You can check the current health of the bot at the corresponding project in the OpenShift console.
139+
See the team resources for more details.

0 commit comments

Comments
 (0)