diff --git a/.gitea/workflows/deploy.yml b/.gitea/workflows/deploy.yml index 33b9477..b997926 100644 --- a/.gitea/workflows/deploy.yml +++ b/.gitea/workflows/deploy.yml @@ -25,6 +25,11 @@ jobs: - name: Build site run: bun run build + - name: Install deployment tools + run: | + sudo apt-get update + sudo apt-get install --yes --no-install-recommends openssh-client rsync + - name: Configure SSH env: DEPLOY_SSH_KEY: ${{ secrets.DEPLOY_SSH_KEY }}