Adds rsync
All checks were successful
cicd / deploy_prod_manual (push) Has been skipped
cicd / build_test_publish_deploy_test (push) Successful in 1m29s

This commit is contained in:
Janus C. H. Knudsen 2026-01-29 22:12:08 +01:00
parent 5ffbb368f1
commit 7cdc70709f

View file

@ -21,6 +21,11 @@ jobs:
- name: Publish - name: Publish
run: dotnet publish -c Release -o out run: dotnet publish -c Release -o out
- name: Install deploy tools
run: |
apt-get update
apt-get install -y rsync openssh-client
- name: Deploy TEST - name: Deploy TEST
env: env:
DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }} DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}