Skip to content

Commit fb08f61

Browse files
authored
Merge pull request #83 from GTable/feature/#58-docker-setting
Feat: 배포 스크립트 수정
2 parents 0a94d1b + 571b267 commit fb08f61

3 files changed

Lines changed: 3 additions & 11 deletions

File tree

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

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -67,18 +67,8 @@ jobs:
6767
needs: build-with-gradle
6868

6969
steps:
70-
- uses: actions/checkout@v4
71-
- name: Copy Docker Compose File
72-
uses: appleboy/ssh-action@master
73-
with:
74-
host: ${{ secrets.EC2_HOST }}
75-
username: ubuntu
76-
key: ${{ secrets.EC2_SSH_KEY }}
77-
source: "docker-compose.yml"
78-
target: ${{ env.EC2_DEPLOY_PATH }}
79-
8070
- name: Deploy to EC2
81-
uses: appleboy/ssh-action@v1.0.3
71+
uses: appleboy/ssh-action@master
8272
env:
8373
AWS_ACCESS_KEY_ID: ${{ secrets.DEVSERVER_CICD_ACCESS_KEY }}
8474
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+

nowait-app-user-api/src/main/java/com/nowait/ApiUserApplication.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,4 @@ public static void main(String[] args) {
1111
SpringApplication.run(ApiUserApplication.class, args);
1212
}
1313
}
14+

0 commit comments

Comments
 (0)