Skip to content

Commit f748aae

Browse files
committed
[CICD] deploy.yml 수정
1 parent 570cead commit f748aae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
uses: appleboy/scp-action@master
5151
with:
5252
host: 3.39.96.123
53-
username: ec2-user
53+
username: ubuntu
5454
key: ${{ secrets.EC2_SSH_KEY }}
5555
source: "build/libs/*.jar,deploy.sh" # .jar 파일과 deploy.sh 파일을 함께 업로드
5656
target: "/home/ec2-user/app"

0 commit comments

Comments
 (0)