From 362f6a27858ae8a6d84b3a27150a673fa09fbd6f Mon Sep 17 00:00:00 2001 From: Stevan Freeborn <65925598+StevanFreeborn@users.noreply.github.com> Date: Fri, 12 Apr 2024 22:24:56 -0500 Subject: [PATCH] chore: troubleshoot --- .github/workflows/deploy.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 302d46c..89b3be2 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -63,5 +63,4 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} script: | - cd blog.stevanfreeborn.com - ./deploy.ps1 \ No newline at end of file + ls blog.stevanfreeborn.com \ No newline at end of file