Skip to content

Commit 46fd0d5

Browse files
committed
[#67] feat: metrics 워크플로우 트리거 조건 및 업로드 경로 수정
1 parent 8547cf1 commit 46fd0d5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/deploy-monitoring.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ on:
44
push:
55
branches:
66
- main
7+
paths:
8+
- 'monitoring/**'
9+
- '.github/workflows/deploy-monitoring.yml'
710
workflow_dispatch:
811

912
jobs:
@@ -29,7 +32,7 @@ jobs:
2932
password: ${{ secrets.SERVER_PASSWORD }}
3033
key: ${{ secrets.SSH_PRIVATE_KEY }}
3134
source: "monitoring/"
32-
target: "~/monitoring/"
35+
target: "~/"
3336
overwrite: true
3437
debug: true
3538

0 commit comments

Comments
 (0)