Skip to content

Commit

Permalink
Merge pull request #543 from hanshino/dependabot/github_actions/apple…
Browse files Browse the repository at this point in the history
…boy/ssh-action-1.2.0

build(deps): Bump appleboy/ssh-action from 1.1.0 to 1.2.0
  • Loading branch information
hanshino authored Jan 21, 2025
2 parents 580663d + 4f105e7 commit 8247da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
needs: [backend, frontend] # Ensure that both backend and frontend jobs are finished before deploying
steps:
- name: Deploy Redive linebot
uses: appleboy/ssh-action@v1.1.0
uses: appleboy/ssh-action@v1.2.0
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
Expand Down

0 comments on commit 8247da4

Please sign in to comment.