default behavior: deploy to default deployment dir
This commit is contained in:
parent
55489995d4
commit
98610cce2c
1 changed files with 1 additions and 1 deletions
|
@ -14,5 +14,5 @@ if hash mvn 2>/dev/null; then
|
|||
}
|
||||
|
||||
# copy maven artifact
|
||||
alias d='python3 ~/.local/bin/deploy.py'
|
||||
alias d="python3 ~/.local/bin/deploy.py '$cdd'"
|
||||
fi
|
||||
|
|
Loading…
Add table
Reference in a new issue