chore: run script with correct privileges

This commit is contained in:
Stevan Freeborn
2024-04-13 02:19:20 -05:00
parent 8542b49cae
commit 26d8bdddcc
2 changed files with 7 additions and 7 deletions
+1 -1
View File
@@ -67,4 +67,4 @@ jobs:
key: ${{ secrets.SSH_KEY }}
script: |
chmod +x blog.stevanfreeborn.com/deploy.ps1
./blog.stevanfreeborn.com/deploy.ps1 ${{ needs.build.outputs.version }}
sudo pwsh ./blog.stevanfreeborn.com/deploy.ps1 ${{ needs.build.outputs.version }}