Fix CI: create tmp deploy directory on server before rsync
All checks were successful
Deploy / deploy (push) Successful in 8s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
isUnknown 2026-03-05 07:09:27 +01:00
parent 71b314bcc0
commit c67b3eb572

View file

@ -33,6 +33,8 @@ jobs:
- name: Deploy files
run: |
ssh -i ~/.ssh/id_ed25519 ${{ vars.USERNAME }}@${{ vars.HOST }} "mkdir -p /tmp/web2print-deploy"
rsync_deploy() {
src="$1"
dst="$2"