Update the Deployment

Update the Manifest

Update the deploy.yml manifest file with the desired change.

NOTE:** Not all attributes of the manifest file are eligible for deployment update. If the hardware specs of the manifest are updated (I.e. CPU count), a re-deployment of the workload is necessary. Other attributes, such as deployment image and funding, are eligible for updates.

Issue Transaction for On Chain Update

provider-services tx deployment update deploy.yml --dseq $NEXQLOUD_DSEQ --from $NEXQLOUD_KEY_NAME 

Send Updated Manifest to Provider

provider-services send-manifest deploy.yml --dseq $NEXQLOUD_DSEQ --provider $NEXQLOUD_PROVIDER --from $NEXQLOUD_KEY_NAME

Last updated