🔧 Settings: [#24] deploy에서 appleboy 버전 master로 수정

This commit is contained in:
sm4640
2025-04-12 14:54:05 +09:00
parent 556b98f965
commit c626172905

View File

@@ -40,7 +40,7 @@ jobs:
steps:
# AWS 배포
- name: SSH to EC2 and deploy
uses: appleboy/ssh-action@v0.1.3
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_HOST }}
username: ${{ secrets.EC2_USER }}