Skip to content

Commit 227bb1f

Browse files
authored
Merge pull request #85 from GTable/feature/#58-docker-setting
refactor: 키 값 확인을 위한 수정
2 parents 56d53e9 + 121a916 commit 227bb1f

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/deploy-admin-docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
echo "Length: $(echo "${{ secrets.EC2_SSH_KEY }}" | wc -c)"
7373
7474
- name: Deploy to EC2
75-
uses: appleboy/ssh-action@master
75+
uses: appleboy/ssh-action@v0.1.4
7676
env:
7777
AWS_ACCESS_KEY_ID: ${{ secrets.DEVSERVER_CICD_ACCESS_KEY }}
7878
AWS_SECRET_ACCESS_KEY: ${{ secrets.DEVSERVER_CICD_SECRET_KEY }}

nowait-app-admin-api/src/main/java/com/nowait/ApiAdminApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,3 +10,4 @@ public static void main(String[] args) {
1010
org.springframework.boot.SpringApplication.run(ApiAdminApplication.class, args);
1111
}
1212
}
13+

0 commit comments

Comments
 (0)