Skip to content

Commit

Permalink
fix: working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
GIVEN53 committed Feb 7, 2024
1 parent 3a13054 commit 1a78ea7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-fluentbit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ env:
ECS_SERVICE: ${{ secrets.ECS_SERVICE_NAME }}-prod
ECS_CLUSTER: ${{ secrets.ECS_CLUSTER_NAME }}-prod
TAG: latest
WORKING_DIRECTORY: ./fluentbit
WORKING_DIRECTORY: fluentbit

jobs:
aws-config:
Expand Down
2 changes: 1 addition & 1 deletion fluentbit/fluent-bit.conf
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@

[OUTPUT]
name stdout
match *
match *

0 comments on commit 1a78ea7

Please sign in to comment.