Skip to content

Commit

Permalink
chore:ssh키 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
qormoon committed Jun 24, 2024
1 parent 4400e18 commit ed346fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,8 +79,8 @@ jobs:
- name: Copy deploy script file to remote
uses: appleboy/scp-action@master
with:
username: ec2-user
host: ${{ secrets.EC2_HOST }}
username: ubuntu
key: ${{ secrets.EC2_SSH_KEY }}
source: ".github/scripts/deploy.sh"
target: "/home/ec2-user/cicd"
Expand All @@ -89,8 +89,8 @@ jobs:
- name: Execute deploy script
uses: appleboy/ssh-action@master
with:
username: ec2-user
host: ${{ secrets.EC2_HOST }}
username: ubuntu
key: ${{ secrets.EC2_SSH_KEY }}
script_stop: true
script: |
Expand Down

0 comments on commit ed346fc

Please sign in to comment.