Skip to content

Commit

Permalink
action ec2 script add
Browse files Browse the repository at this point in the history
  • Loading branch information
papicc45 committed Nov 15, 2023
1 parent 2de5f56 commit 4c1002d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- name: ec2 접속 및 애플리케이션 실행
uses : appleboy/ssh-action@v0.1.6
with :
host : ${{{ secrets.EC2_HOST }}
host : ${{ secrets.EC2_HOST }}
username : ubuntu
key : ${{ secrets.EC2_PEMKEY }}
port : 22
Expand Down

0 comments on commit 4c1002d

Please sign in to comment.