From 7352e0ea8ed6557fe30491ae87f0490a28b1f5d0 Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:27:49 -0500 Subject: [PATCH] chore: troubleshoot --- .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 89b3be2..2f12a39 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -54,7 +54,7 @@ jobs: host: ${{ secrets.SSH_HOST }} username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} - source: ".github/scripts/deploy.ps1" + source: "./.github/scripts/deploy.ps1" target: blog.stevanfreeborn.com - name: Run deploy script uses: appleboy/ssh-action@master