Skip to content

Commit

Permalink
Merge pull request #667 from bdunne/secret_location
Browse files Browse the repository at this point in the history
Fix the path to the files in the secret
  • Loading branch information
Fryguy authored Nov 22, 2023
2 parents d24df16 + 5257a1b commit 545f7eb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions container-assets/entrypoint
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ chown 600 /root/.ssh/miq-bot
pushd /opt/miq_bot/config
ln -s /opt/miq_bot_data/github_notification_monitor.yml

ln -s /run/secrets/config/secrets/master.key
ln -s /run/secrets/config/secrets/settings.local.yml
ln -s /run/secrets/config/master.key
ln -s /run/secrets/config/settings.local.yml
popd

[[ -n $QUEUE_NAME ]] && COMMAND="sidekiq -q $QUEUE_NAME"
Expand Down

0 comments on commit 545f7eb

Please sign in to comment.