Skip to content

Commit

Permalink
Update deploy script path in deploy_blog.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 19, 2024
1 parent 5414acf commit 76ac8ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy_blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.ED_KEY }}
script_stop: true
script: bash ~/dev/deploy-blog-frontend.sh
script: /home/${{ secrets.SERVER_USER }}/dev/deploy-blog-frontend.sh
send-notification:
needs: [deploy]
if: ${{ failure() }}
Expand Down

0 comments on commit 76ac8ff

Please sign in to comment.