Update master.yml
This commit is contained in:
parent
3acf056883
commit
15edccf437
1 changed files with 1 additions and 1 deletions
2
.github/workflows/master.yml
vendored
2
.github/workflows/master.yml
vendored
|
|
@ -31,4 +31,4 @@ jobs:
|
|||
|
||||
- name: Connect to server
|
||||
run: |
|
||||
rsync -avz --no-perms --no-times --delete -e "ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }}" dist/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:octubre/
|
||||
rsync -avz --no-perms --no-times --delete -e "ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }}" dist/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:octubre/main/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue