Fix: install rsync on Forgejo runner before deploy
Some checks failed
Deploy Teams-Browser-Bot / deploy (push) Failing after 4s

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
ValueOn AG 2026-05-24 02:02:48 +02:00
parent 09b8704769
commit 6adaf405c5

View file

@ -30,6 +30,10 @@ jobs:
chmod 600 ~/.ssh/deploy_key
ssh-keyscan -H ${{ env.SERVER_HOST }} >> ~/.ssh/known_hosts
- name: Install rsync
run: |
sudo apt-get update && sudo apt-get install -y rsync
- name: Deploy files to server
run: |
rsync -avz --delete \