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

master
Sven Slootweg 5 年前
父节点 c574356ec5
当前提交 5415b1f4b3

@ -0,0 +1,4 @@
MACHINE=$1
shift 1
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
正在加载...
取消
保存