default behavior: deploy to default deployment dir

This commit is contained in:
Yax 2024-08-29 09:12:26 +02:00
parent 55489995d4
commit 98610cce2c

View file

@ -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