2022-02-15 12:23:34 +00:00
|
|
|
# Description
|
|
|
|
|
2023-08-25 16:50:26 +00:00
|
|
|
This repo defines infrastructure for main [Status](http://status.im/) fleet running [nim-waku](https://github.com/waku-org/nwaku) nodes.
|
2022-02-15 12:23:34 +00:00
|
|
|
|
2022-03-01 14:21:18 +00:00
|
|
|
# Continuous Integration
|
|
|
|
|
|
|
|
Jenkins CI builds can be used to build and deploy new Docker images:
|
|
|
|
|
2023-08-25 16:50:26 +00:00
|
|
|
* `status.test` - https://ci.infra.status.im/job/nim-waku/job/deploy-status-test/
|
|
|
|
* `status.prod` - https://ci.infra.status.im/job/nim-waku/job/deploy-status-prod/
|
2022-03-01 14:21:18 +00:00
|
|
|
|
2022-02-15 12:23:34 +00:00
|
|
|
# Repo Usage
|
|
|
|
|
2022-08-24 07:08:33 +00:00
|
|
|
For how to use this repo read the [Infra Repo Usage](https://github.com/status-im/infra-docs/blob/master/docs/general/ansible_terraform.md) doc.
|