From be48ccdd719d394eaef55f8f37fbabe57c7dfd66 Mon Sep 17 00:00:00 2001 From: Keith Solomon Date: Tue, 16 Jun 2026 21:28:40 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=90=9E=20fix:=20Update=20ssh=20key?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/dreamhost.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dreamhost.yml b/.github/workflows/dreamhost.yml index aeae600..0a466fb 100644 --- a/.github/workflows/dreamhost.yml +++ b/.github/workflows/dreamhost.yml @@ -44,6 +44,6 @@ jobs: server: iad1-shared-e1-31.dreamhost.com user: soloweb user_private_key: "${{ secrets.REMOTE_PRIVATE_KEY }}" - host_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAILsHeIczTUFsEZAPoCmrwbQMVL2EXW6zHPAshLGuYAZh ksolo@anduril" + host_public_key: "ssh-ed25519 AAAAC3NzaC1lZDI1NTE5AAAAIMCkXBw9NJZ+7lRXw+QLeGdOvGpNp+2lySYJOZO8oVcv soloweb@iad1-shared-e1-31" remote: solowebdesigns.net/cwc/wp-content/themes/community-works-collaborative mirror_options: "--exclude-glob=.git*/ --verbose"