build: add rsync package
Some checks failed
TrafficCue CI / check (push) Failing after 1m26s
TrafficCue CI / build (push) Successful in 2m14s

This commit is contained in:
2025-09-06 17:16:29 +02:00
parent 419a157a58
commit 795742139b

View File

@ -20,6 +20,8 @@ jobs:
with: with:
name: dist name: dist
path: dist/ path: dist/
- name: Install rsync
run: sudo apt-get update && sudo apt-get install -y rsync
- name: Deploy build - name: Deploy build
env: env:
DEPLOY_USER: ${{ secrets.DEPLOY_USER }} DEPLOY_USER: ${{ secrets.DEPLOY_USER }}