mirror of
https://github.com/ClovertaTheTrilobita/SanYeCao-blog.git
synced 2026-04-02 01:54:50 +00:00
update actions
This commit is contained in:
parent
098dde2bb7
commit
642f36dbdc
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy-blog.yml
vendored
4
.github/workflows/deploy-blog.yml
vendored
|
|
@ -59,6 +59,10 @@ jobs:
|
||||||
- name: Deploy to server
|
- name: Deploy to server
|
||||||
run: |
|
run: |
|
||||||
rsync -avz --delete \
|
rsync -avz --delete \
|
||||||
|
--omit-dir-times \
|
||||||
|
--no-perms \
|
||||||
|
--no-owner \
|
||||||
|
--no-group \
|
||||||
-e "ssh -p ${DEPLOY_PORT}" \
|
-e "ssh -p ${DEPLOY_PORT}" \
|
||||||
dist/ \
|
dist/ \
|
||||||
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/
|
${DEPLOY_USER}@${DEPLOY_HOST}:${DEPLOY_PATH}/
|
||||||
Loading…
Reference in a new issue