Yet another pipeline fix, updated welcome message and linked the upstream project that made this blog possible
This commit is contained in:
parent
9e2fe58ce8
commit
e4a803aad5
3 changed files with 7 additions and 7 deletions
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
- name: Push
|
||||
run: |
|
||||
rsync -avz -e "ssh -p ${{ secrets.SERVER_PORT }}" \
|
||||
rsync -avz -e "ssh -p ${{ secrets.SERVER_PORT }} -o StrictHostKeyChecking=no" \
|
||||
--delete ./dist/ \
|
||||
${{ secrets.SERVER_USER }}@${{ secrets.SERVER_IP }}:${{ vars.DESTINATION }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue