Fix deploy-machine script to remove .sh
parent
16be86c472
commit
48c2e49b6a
@ -1,4 +1,4 @@
|
|||||||
MACHINE=$1
|
MACHINE=$1
|
||||||
shift 1
|
shift 1
|
||||||
|
|
||||||
./deploy.sh --on "*$MACHINE*" "$@" --limit 1
|
./deploy --on "*$MACHINE*" "$@" --limit 1
|
||||||
|
Loading…
Reference in New Issue