Skip to content

Commit

Permalink
feat: ec2 관리자 정보 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
leedy3838 committed Sep 1, 2024
1 parent 9c63a8d commit bb2cbbb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/prod-cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,8 @@ jobs:
- name: Docker compose
uses: appleboy/ssh-action@master
with:
username: ubuntu
username: root
password: ${{ secrets.EC2_SSH_PASSWORD }}
host: ${{ secrets.SERVER_DOMAIN }}
key: ${{ secrets.EC2_SSH_KEY }}
script_stop: true
Expand Down

0 comments on commit bb2cbbb

Please sign in to comment.