chore: capture arguments to the deploy
command
This commit is contained in:
parent
630ee3a8c6
commit
5049981f90
1 changed files with 2 additions and 1 deletions
3
run
3
run
|
@ -37,7 +37,8 @@ function composer {
|
|||
}
|
||||
|
||||
function deploy {
|
||||
cd tools/deployment && ansible-playbook deploy.yml
|
||||
cd tools/deployment
|
||||
ansible-playbook deploy.yml "${@}"
|
||||
}
|
||||
|
||||
function help {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue