Skip to content

Commit

Permalink
feat: ec2 관리자 정보 추가 - stop
Browse files Browse the repository at this point in the history
  • Loading branch information
leedy3838 committed Sep 1, 2024
1 parent 8d3c5fe commit 6f7a07a
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 @@ -108,7 +108,8 @@ jobs:
- name: Stop current server
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 # 실행 중 문제가 생기면 더 진행 X
Expand Down

0 comments on commit 6f7a07a

Please sign in to comment.