Skip to content

Commit

Permalink
Merge pull request #2 from hbrylkowski/master
Browse files Browse the repository at this point in the history
Add docker secrets location
  • Loading branch information
alufers authored Nov 24, 2023
2 parents c16f988 + 9f6d8ec commit 3ad4d92
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ env:
REGISTRY: ghcr.io
IMAGE_NAME: ${{ github.repository }}


jobs:
build-and-push-image:
runs-on: ubuntu-latest
Expand Down
1 change: 1 addition & 0 deletions bot.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ func fetchFeed(after string) ([]FeedItem, error) {
func main() {
viper.SetConfigName("config")
viper.SetConfigType("yaml")
viper.AddConfigPath("/run/secrets/")
viper.AddConfigPath("/etc/phabricator-tele-notifier/")
viper.AddConfigPath("$HOME/.config/phabricator-tele-notifier")
viper.AddConfigPath(".")
Expand Down

0 comments on commit 3ad4d92

Please sign in to comment.