From 9fe6ee7beb326290cf76014309156f5c4d17b4b4 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 16 Jun 2026 21:07:28 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Change=20deployment=20act?= =?UTF-8?q?ion=20#2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index ae3c380..aeae600 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -39,10 +39,11 @@ jobs: run: rm -rf node_modules - name: Deploy to Dreamhost - uses: milanmk/actions-file-deployer@master + uses: swillner/sftp-sync-action@v1.0 with: - 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" + server: iad1-shared-e1-31.dreamhost.com + user: soloweb + user_private_key: "${{ secrets.REMOTE_PRIVATE_KEY }}" + host_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILsHeIczTUFsEZAPoCmrwbQMVL2EXW6zHPAshLGuYAZh ksolo@anduril" + remote: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative + mirror_options: "--exclude-glob=.git*/ --verbose"