Re-deploy testnet with cleandb

Redeploying sharders & miners docker images on all server with clean database.

Gitactions can be used to update docker image on the testnet1.zus.network/sharder01/, testnet2.zus.network/sharder01/ ... testnet30.zus.network/sharder01/, & testnet1.zus.network/miner01/, testnet1.zus.network/miner02/, testnet1.zus.network/miner03/ ... testnet30.zus.network/miner02/, testnet30.zus.network/miner02/,testnet30.zus.network/miner03/ with latest changes cleaning up old data. Kindly use the given link below:

Note: If you do not have an access to this repository check it from devops team.

How to run CD via git-actions

  1. Click on above git-actions link. It will take you to the deployment page.

  2. Click on the Run Workflow

  3. Always keep staging for Use workflow from

  1. Input the 0chain(sharder/miner), blobber, 0box, zboxcli, zwalletcli, authorizer docker image tag that you want to deploy. By default input will have staging image tag in all and if you want to skip any service to deployed, leave it blank.

  1. In order to enable the loadtest after network deployment. Input the image tag for loadtest(default image staging can used as an input), else keep it blank to skip.

  1. In order to enable the ddosload after network deployment. Input the image tag for ddos(default image ddos-latest can used as an input), else keep it blank to skip.

  1. In order to enable the chaos after network deployment input yes in, else keep it blank to skip.

  1. In order to enable the cypress after network deployment input yes in, else keep it blank to skip.

  1. Finally click on the green button to Run Workflow.

Last updated