Skip to content

Commit

Permalink
ci: run file beats가 거꾸로 되어있는 버그를 해결한다
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Jan 17, 2025
1 parent 83a5ba7 commit 7c6c859
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
fi
- name: run file beats
if: env.status == 'running'
if: env.status == 'stopped'
run: |
docker build -t filebeat-gitanimals:latest ./deploy/filebeat
docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest
Expand Down

0 comments on commit 7c6c859

Please sign in to comment.