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

master
Sven Slootweg 5 anos atrás
commit 5415b1f4b3

@ -0,0 +1,4 @@
MACHINE=$1
shift 1
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
Carregando…
Cancelar
Salvar