Mercurial > hg > cc > azure
view master/bin/wakeWorker.sh @ 56:8ce6a81e2bb4
remove -s 4
author | Henry S. Thompson <ht@markup.co.uk> |
---|---|
date | Wed, 27 May 2020 20:54:14 +0000 |
parents | 1099246f22b6 |
children |
line wrap: on
line source
# Usage . wakeWorker.sh name # Resurrect a worker cluster that was deallocated set -e -o pipefail name=$1 echo restarting... az vmss restart -g cc -n $name . bindWorkerVars.sh $name