Fix invalid variable substitution
Some checks failed
Deploy website / deploy (push) Failing after 57s

This commit is contained in:
luaneko 2024-12-03 18:24:07 +11:00
parent 6cc3328758
commit a7aa4bd7c8
Signed by: luaneko
GPG Key ID: 406809B8763FF07A

View File

@ -25,4 +25,4 @@ jobs:
eval "$(ssh-agent -s)"
trap 'eval $(ssh-agent -k)' EXIT
ssh-add - <<< "${{ secrets.SSH_KEY }}"
rsync -avzh --delete 'dist/' 'caddy@$DEPLOY_HOST:sites/lua.re/'
rsync -avzh --delete 'dist/' "caddy@$DEPLOY_HOST:sites/lua.re/"