Update blobbers/validators image without clean db

Redeploying blobbers & validators docker image without cleaning the database.

Only 12 blobbers/validators get deploys on testnet network. It's url are given below

Gitactions can be used to update docker image on the testnet1.zus.network/blobber01/, testnet2.zus.network/validator01/ ... testnet10.zus.network/blobber01/, & testnet10.zus.network/validator01/ with latest changes without 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

  4. Input the blobber/validator docker image tag that you want to redeploy.

  5. Input testnet server name if you can to deploy it on specific server, else input all to deploy it on all the server.

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

Last updated