update actions

This commit is contained in:
ClovertaTheTrilobita 2026-03-25 18:20:04 +02:00
parent 9ec781e6e6
commit 13d6c58a8f

View file

@ -59,6 +59,10 @@ jobs:
- name: Deploy to server
run: |
rsync -avz --delete \
--omit-dir-times \
--no-perms \
--no-owner \
--no-group \
-e "ssh -p ${DEPLOY_PORT}" \
dist/ \
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/