mirror of
https://github.com/logto-io/logto.git
synced 2025-02-17 22:04:19 -05:00
ci: update deploy dev (#714)
This commit is contained in:
parent
34d798b645
commit
b011cd8a08
1 changed files with 1 additions and 1 deletions
2
.github/workflows/deploy-dev.yml
vendored
2
.github/workflows/deploy-dev.yml
vendored
|
@ -39,7 +39,7 @@ jobs:
|
|||
config: ${{ secrets.DEV_SSH_CONFIG }}
|
||||
|
||||
- name: Rsync folder
|
||||
run: rsync --filter='exclude .git' -r -a ./ $DEV_SERVER_IP:~/logto
|
||||
run: rsync --filter='exclude .git' -r -a --delete-before --ignore-times ./ $DEV_SERVER_IP:~/logto
|
||||
env:
|
||||
DEV_SERVER_IP: ${{ secrets.DEV_SERVER_IP }}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue