diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index 1044f76..06e5895 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -38,6 +38,11 @@ jobs: - name: Clean up node modules (not needed to deploy) run: rm -rf node_modules + - name: Install rsync + run: | + sudo apt-get update + sudo apt-get install rsync + - name: Deploy to Dreamhost uses: SamKirkland/web-deploy@v1 with: