From e47cd2684ce21b49fe7d89ee1c972175f46eeeab Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Sat, 13 Apr 2024 00:13:37 -0500 Subject: [PATCH] chore: troubleshoot --- .github/workflows/deploy.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c09729b..1eb74f9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -66,4 +66,5 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} script: | + chmod +x blog.stevanfreeborn.com/deploy.ps1 ./blog.stevanfreeborn.com/deploy.ps1 \ No newline at end of file