Skip to content

Commit

Permalink
fix: ssh 실행 플러그인 버전 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TaeyeonRoyce committed Aug 5, 2024
1 parent bc6a6ed commit 4c86d7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
cache-to: type=registry,ref=${{ secrets.DOCKERHUB_REPOSITORY }}:cache,mode=max

- name: Deploy
uses: appleboy/ssh-action@1.0.3
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.AWS_HOST }}
username: ${{ secrets.EC2_USERNAME }}
Expand Down

0 comments on commit 4c86d7d

Please sign in to comment.