There was an error while loading. Please reload this page.
1 parent 570cead commit f748aaeCopy full SHA for f748aae
1 file changed
.github/workflows/deploy.yml
@@ -50,7 +50,7 @@ jobs:
50
uses: appleboy/scp-action@master
51
with:
52
host: 3.39.96.123
53
- username: ec2-user
+ username: ubuntu
54
key: ${{ secrets.EC2_SSH_KEY }}
55
source: "build/libs/*.jar,deploy.sh" # .jar 파일과 deploy.sh 파일을 함께 업로드
56
target: "/home/ec2-user/app"
0 commit comments