This commit is contained in:
parent
f96dd17ffe
commit
91d087765e
1 changed files with 1 additions and 1 deletions
|
|
@ -32,7 +32,7 @@ jobs:
|
|||
|
||||
- name: Copy site to webserver directory
|
||||
run: |
|
||||
ls &&
|
||||
apt-get update &&
|
||||
apt-get install -y rsync &&
|
||||
rsync --version &&
|
||||
rsync -avz -e "ssh -o StrictHostKeyChecking=no -p ${{ secrets.SSH_PORT }}" public/ ${{ secrets.SSH_USERNAME }}@${{ secrets.SSH_HOST }}:/home/${{ secrets.SSH_USERNAME }}/octubre/blog/ &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue