diff --git a/.forgejo/workflows/cicd.yml b/.forgejo/workflows/cicd.yml index 7b0c3e5..021bb8a 100644 --- a/.forgejo/workflows/cicd.yml +++ b/.forgejo/workflows/cicd.yml @@ -21,6 +21,11 @@ jobs: - name: Publish 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 env: DEPLOY_HOST: ${{ secrets.DEPLOY_HOST }}