feat: add Forgejo icons and links, install rsync in CI
All checks were successful
Deploy to OVH VPS / deploy (push) Successful in 4m0s
All checks were successful
Deploy to OVH VPS / deploy (push) Successful in 4m0s
This commit is contained in:
parent
576693ab0f
commit
f605aded6e
6 changed files with 38 additions and 9 deletions
3
.github/workflows/main.yml
vendored
3
.github/workflows/main.yml
vendored
|
|
@ -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 \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue