Skip to content

Commit

Permalink
test APIの自動デプロイの復活:SSH接続の改良
Browse files Browse the repository at this point in the history
  • Loading branch information
H37kouya committed Dec 27, 2024
1 parent 94b821c commit 70a9c29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:

steps:
- name: Deploy
uses: appleboy/ssh-action@v1.2.0
uses: appleboy/ssh-action@v0.1.6
with:
host: ${{ secrets.XSERVER_HOST_NAME }}
username: ${{ secrets.XSERVER_USER_NAME }}
Expand Down

0 comments on commit 70a9c29

Please sign in to comment.