Skip to content

Commit

Permalink
infra: github actions ci-cd 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
Hoya324 committed Oct 12, 2024
1 parent 121d71c commit 4fd6d95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ jobs:
debug: true

- name: Deploy to EC2 dev
uses: appleboy/ssh-action@v0.1.0
uses: appleboy/ssh-action@master
if: contains(github.ref, 'develop')
with:
host: ${{ secrets.PUBLIC_DNS }}
Expand Down

0 comments on commit 4fd6d95

Please sign in to comment.