From 1fa09e14c2cc0750d8883118bb0724ee4b40d65c Mon Sep 17 00:00:00 2001 From: Mouse Reeve Date: Sun, 3 Sep 2023 11:21:12 -0700 Subject: [PATCH] Adds username to rsync bit --- .github/workflows/deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index eec3d11..f76182a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -28,4 +28,4 @@ jobs: options: '' ssh_options: '' src: 'html/' - dest: 'recipes.mousereeve.com:~/recipes/html' + dest: 'mouse@recipes.mousereeve.com:~/recipes/html'