diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index 157b4a0..ae3c380 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -39,11 +39,10 @@ jobs: run: rm -rf node_modules - name: Deploy to Dreamhost - uses: burnett01/rsync-deployments@v8 + uses: milanmk/actions-file-deployer@master with: - switches: -avzr --delete - remote_path: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative - remote_host: iad1-shared-e1-31.dreamhost.com - remote_port: 22 - remote_user: soloweb - remote_key: ${{ secrets.REMOTE_PRIVATE_KEY }} + remote-protocol: "sftp" + remote-host: "iad1-shared-e1-31.dreamhost.com" + remote-user: "soloweb" + ssh-private-key: ${{ secrets.REMOTE_PRIVATE_KEY }} + remote-path: "solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative"