feat: add Forgejo icons and links, install rsync in CI
All checks were successful
Deploy to OVH VPS / deploy (push) Successful in 4m0s

This commit is contained in:
Lorenzo Iovino 2026-03-04 11:29:06 +01:00
parent 576693ab0f
commit f605aded6e
6 changed files with 38 additions and 9 deletions

View file

@ -52,6 +52,9 @@ jobs:
chmod 600 ~/.ssh/id_deploy
ssh-keyscan -H ${{ secrets.VPS_HOST }} >> ~/.ssh/known_hosts
- name: Install rsync
run: apt-get update && apt-get install -y rsync
- name: Deploy to VPS
run: |
rsync -avz --delete \