Add deploy-machine utility script, and remove extension from deploy.sh
parent
c574356ec5
commit
5415b1f4b3
@ -0,0 +1,4 @@
|
|||||||
|
MACHINE=$1
|
||||||
|
shift 1
|
||||||
|
|
||||||
|
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
|
Loading…
Reference in New Issue