From c305478db3d218d97a342b840dde8db985af2f72 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 16 Jun 2026 20:29:07 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Change=20deployment=20act?= =?UTF-8?q?ion?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) 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"