Skip to content

Commit

Permalink
Update cicd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jj0526 authored Nov 23, 2024
1 parent 2c9835e commit aba11cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
steps:
# EC2 서버로 배포한다.
- name: Deploy to EC2
uses: appleboy/ssh-action@master # ssh 접속 uses 사용
uses: appleboy/ssh-action@v1.0.3 # ssh 접속 uses 사용
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.EC2_USER }}
Expand Down

0 comments on commit aba11cf

Please sign in to comment.