Fix CI: create tmp deploy directory on server before rsync
All checks were successful
Deploy / deploy (push) Successful in 8s
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:
parent
71b314bcc0
commit
c67b3eb572
1 changed files with 2 additions and 0 deletions
|
|
@ -33,6 +33,8 @@ jobs:
|
||||||
|
|
||||||
- name: Deploy files
|
- name: Deploy files
|
||||||
run: |
|
run: |
|
||||||
|
ssh -i ~/.ssh/id_ed25519 ${{ vars.USERNAME }}@${{ vars.HOST }} "mkdir -p /tmp/web2print-deploy"
|
||||||
|
|
||||||
rsync_deploy() {
|
rsync_deploy() {
|
||||||
src="$1"
|
src="$1"
|
||||||
dst="$2"
|
dst="$2"
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue