Skip to content

Commit 7c6c859

Browse files
committed
ci: run file beats가 거꾸로 되어있는 버그를 해결한다
1 parent 83a5ba7 commit 7c6c859

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
fi
110110
111111
- name: run file beats
112-
if: env.status == 'running'
112+
if: env.status == 'stopped'
113113
run: |
114114
docker build -t filebeat-gitanimals:latest ./deploy/filebeat
115115
docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest

0 commit comments

Comments
 (0)