Skip to content

Commit 367a201

Browse files
authored
Merge pull request #212 from GTable/feature/#206-prometheus-grafana
test: 배포 테스트
2 parents 6e93968 + 13ac96a commit 367a201

2 files changed

Lines changed: 5 additions & 3 deletions

File tree

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

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,11 @@ jobs:
8080
username: ${{ secrets.EC2_USER }}
8181
key: ${{ secrets.EC2_SSH_KEY }}
8282
port: ${{ secrets.EC2_PORT }}
83-
source: "docker-compose.user.yml docker-compose.user-monitoring.yml prometheus.yml scripts/deploy-user-docker.sh"
83+
source: |
84+
docker-compose.user.yml
85+
docker-compose.user-monitoring.yml
86+
prometheus.yml
87+
scripts/deploy-user-docker.sh
8488
target: ${{ env.EC2_DEPLOY_PATH }}
8589

8690
- name: Login to DockerHub

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,3 @@ public static void main(String[] args) {
1313
SpringApplication.run(ApiUserApplication.class, args);
1414
}
1515
}
16-
17-

0 commit comments

Comments
 (0)