mirror of
https://github.com/zkldi/Tachi.git
synced 2026-09-22 23:18:05 +03:00
fix: mkpath in rsync stuffs
This commit is contained in:
@@ -44,4 +44,4 @@ jobs:
|
||||
- name: Deploy
|
||||
env:
|
||||
TACHI_HOST: ${{ secrets.TACHI_HOST }}
|
||||
run: rsync --recursive --compress --delete --progress ./typescript/homepage/dist/. "ci@${TACHI_HOST}:/srv/tachi-static/homepage/"
|
||||
run: rsync --recursive --compress --delete --progress --mkpath ./typescript/homepage/dist/. "ci@${TACHI_HOST}:/srv/tachi-static/homepage/"
|
||||
|
||||
Reference in New Issue
Block a user