Yet another pipeline fix, updated welcome message and linked the upstream project that made this blog possible
Some checks failed
/ build (push) Successful in 1m45s
/ deploy (push) Failing after 15s
/ notify (push) Successful in 3s

This commit is contained in:
Gu://em_ 2026-04-10 02:00:00 +02:00
parent 9e2fe58ce8
commit e4a803aad5
3 changed files with 7 additions and 7 deletions

View file

@ -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 }}