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
Click on above git-actions link. It will take you to the deployment page.
Click on the
Run Workflow
Always keep
stagingforUse workflow from
Input the 0chain(sharder/miner), blobber, 0box, zboxcli, zwalletcli, authorizer docker image tag that you want to deploy. By default input will have
stagingimage tag in all and if you want to skip any service to deployed, leave it blank.

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

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

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

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

Finally click on the green button to
Run Workflow.

Last updated