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