Skip to content

Commit

Permalink
Merge pull request #155 from twenty-three-23/feature/TT-208-ci-cd
Browse files Browse the repository at this point in the history
fix: cicd
  • Loading branch information
snacktime81 authored Jul 8, 2024
2 parents c7cd5ab + 8084fb6 commit c9050cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cicd_dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:

# 개발 서버 ec2 ssh 접속
- name: excute ec2 ssh
uses: appleboy/ssh-action@v1.0.3
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.DEV_EC2_IP }}
username: ${{ secrets.DEV_EC2_ID }}
Expand Down

0 comments on commit c9050cf

Please sign in to comment.