diff --git a/.forgejo/workflows/build.yaml b/.forgejo/workflows/build.yaml index a42b8e3..272dc10 100644 --- a/.forgejo/workflows/build.yaml +++ b/.forgejo/workflows/build.yaml @@ -33,4 +33,4 @@ jobs: apt update && apt install -y rsync mkdir ~/.ssh ssh-keyscan -p $SSH_PORT $SSH_HOST > ~/.ssh/known_hosts - rsync -atv --progress --delete -e 'ssh -p $SSH_PORT' ./public/ publisher@$SSH_HOST:/usr/share/nginx/html/ \ No newline at end of file + rsync -atv --progress --delete -e "ssh -p $SSH_PORT" ./public/ publisher@$SSH_HOST:/usr/share/nginx/html/ \ No newline at end of file