Add deploy-machine utility script, and remove extension from deploy.sh

master
Sven Slootweg 5 år sedan
förälder c574356ec5
incheckning 5415b1f4b3

@ -0,0 +1,4 @@
MACHINE=$1
shift 1
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
Laddar…
Avbryt
Spara