Fix invalid variable substitution
Some checks failed
Deploy website / deploy (push) Failing after 57s
Some checks failed
Deploy website / deploy (push) Failing after 57s
This commit is contained in:
parent
6cc3328758
commit
a7aa4bd7c8
@ -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/"
|
||||
|
Loading…
Reference in New Issue
Block a user