Skip to content

Commit 6ea72fb

Browse files
authored
Merge pull request #213 from GTable/feature/#206-prometheus-grafana
Feature/#206 prometheus grafana
2 parents 367a201 + cf2c368 commit 6ea72fb

2 files changed

Lines changed: 7 additions & 0 deletions

File tree

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

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,12 @@ jobs:
6767
- name: Checkout
6868
uses: actions/checkout@v3
6969

70+
- name: Debug workspace
71+
run: |
72+
echo "현재 작업 디렉터리: $(pwd)"
73+
echo "파일 목록 전체:"
74+
ls -R .
75+
7076
- name: Set Prometheus YML
7177
run: |
7278
echo "${{ secrets.PROMETHEUS_DEV_YML }}" \

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
@@ -13,3 +13,4 @@ public static void main(String[] args) {
1313
SpringApplication.run(ApiUserApplication.class, args);
1414
}
1515
}
16+

0 commit comments

Comments
 (0)