added intall rsync
Deploy static site / deploy (push) Failing after 23s

This commit is contained in:
2026-04-22 23:51:28 +02:00
parent 3d7148b27f
commit 69fb550c18
+6 -1
View File
@@ -1,4 +1,4 @@
name: Deploy site to webspce name: Deploy static site
on: on:
push: push:
@@ -13,6 +13,11 @@ jobs:
- name: Checkout repo - name: Checkout repo
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Install rsync
run: |
sudo apt-get update
sudo apt-get install -y rsync
- name: Setup SSH - name: Setup SSH
run: | run: |
mkdir -p ~/.ssh mkdir -p ~/.ssh