diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7040b2b..fbed58a 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -56,7 +56,8 @@ jobs: username: ${{ secrets.SSH_USERNAME }} key: ${{ secrets.SSH_KEY }} source: "scripts/deploy.ps1" - target: blog.stevanfreeborn.com/deploy.ps1 + target: blog.stevanfreeborn.com + strip_components: 1 - name: Run deploy script uses: appleboy/ssh-action@master with: