chore: troubleshoot

This commit is contained in:
Stevan Freeborn
2024-04-12 22:29:23 -05:00
parent 7352e0ea8e
commit 9895bee847
2 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -54,7 +54,7 @@ jobs:
host: ${{ secrets.SSH_HOST }}
username: ${{ secrets.SSH_USERNAME }}
key: ${{ secrets.SSH_KEY }}
source: "./.github/scripts/deploy.ps1"
source: "scripts/deploy.ps1"
target: blog.stevanfreeborn.com
- name: Run deploy script
uses: appleboy/ssh-action@master