chore: capture arguments to the deploy command

This commit is contained in:
Oliver Davies 2021-11-11 08:28:42 +00:00
parent 630ee3a8c6
commit 5049981f90

3
run
View file

@ -37,7 +37,8 @@ function composer {
}
function deploy {
cd tools/deployment && ansible-playbook deploy.yml
cd tools/deployment
ansible-playbook deploy.yml "${@}"
}
function help {