Skip to content

Commit 4401d8e

Browse files
committed
feat | sprint2 | FRB-137 | SSH 접속 버전 수정 | 조수빈
1 parent 6a1c86f commit 4401d8e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/develop_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
uses: aws-actions/amazon-ecr-login@v1
9292

9393
- name: Deploy to EC2 via SSH
94-
uses: appleboy/ssh-action@v1
94+
uses : appleboy/ssh-action@master
9595
with:
9696
host: ${{ secrets.AWS_EC2_HOST }}
9797
username: ${{ secrets.AWS_EC2_USER }}

0 commit comments

Comments
 (0)