Skip to content

Commit aba11cf

Browse files
authored
Update cicd.yml
1 parent 2c9835e commit aba11cf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
steps:
7575
# EC2 서버로 배포한다.
7676
- name: Deploy to EC2
77-
uses: appleboy/ssh-action@master # ssh 접속 uses 사용
77+
uses: appleboy/ssh-action@v1.0.3 # ssh 접속 uses 사용
7878
with:
7979
host: ${{ secrets.HOST }}
8080
username: ${{ secrets.EC2_USER }}

0 commit comments

Comments
 (0)