Skip to content

Commit

Permalink
chore: logstash.conf 파일 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlrude committed Sep 10, 2024
1 parent 88e2635 commit de978ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ jobs: # Job
script: |
cd backend
git pull
echo "${{ secrets.LOGSTASH_CONF }}" > ./elk/logstash/pipeline/logstash.conf
sudo docker-compose -f docker-compose.yml down
sudo docker rmi ${{ secrets.DOCKER_IMAGE_NAME }}:latest || true
sudo docker-compose -f docker-compose.yml pull
Expand Down

0 comments on commit de978ff

Please sign in to comment.