Skip to content

Commit

Permalink
ci: filebeats실행에 super user 권한 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
devxb committed Jan 17, 2025
1 parent 7c6c859 commit d00a765
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,6 @@ jobs:
- name: run file beats
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
sudo docker build -t filebeat-gitanimals:latest ./deploy/filebeat
sudo docker run -d --name filebeat -v logs:/logs -t filebeat-gitanimals:latest

0 comments on commit d00a765

Please sign in to comment.