Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
marshallku committed Feb 4, 2024
1 parent ee06d7e commit ac136e0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/deploy_blog.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@ jobs:
username: ${{ secrets.SERVER_USER }}
key: ${{ secrets.ED_KEY }}
script_stop: true
script: |
cd /var/www
./deploy.sh gifconverter
script: bash ~/dev/deploy-blog-frontend.sh
send-notification:
needs: [deploy]
if: ${{ failure() }}
Expand Down

0 comments on commit ac136e0

Please sign in to comment.