Fix: install rsync on Forgejo runner before deploy
Some checks failed
Deploy Teams-Browser-Bot / deploy (push) Failing after 4s
Some checks failed
Deploy Teams-Browser-Bot / deploy (push) Failing after 4s
Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
parent
09b8704769
commit
6adaf405c5
1 changed files with 4 additions and 0 deletions
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Reference in a new issue