Skip to content

Commit

Permalink
cicd : git actions 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
cowboysj committed Nov 26, 2024
1 parent 38142ae commit a7a6e67
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ jobs:
uses: appleboy/ssh-action@master
with:
host: ${{ secrets.EC2_IP }}
username: ${{ secrets.AWS_EC2_USER }}
username: ${{ secrets.EC2_USER }}
key: ${{ secrets.AWS_EC2_SSH_KEY }}
port: 22
script: |
Expand Down

0 comments on commit a7a6e67

Please sign in to comment.