From 1f4dfd810ce908a3985048006f5c572f14db5c19 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Sun, 8 Nov 2020 17:43:12 +0100 Subject: [PATCH] Add logging on FOODSOFT_SERVICE --- entrypoint.sh.tmpl | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/entrypoint.sh.tmpl b/entrypoint.sh.tmpl index c9eb839..6db2e0e 100644 --- a/entrypoint.sh.tmpl +++ b/entrypoint.sh.tmpl @@ -26,6 +26,10 @@ file_env() { file_env "SECRET_KEY_BASE" file_env "SMTP_PASSWORD" +echo "------------------------------------------------------------------------------" +echo "Running entrypoint commands against '$FOODSOFT_SERVICE' service" +echo "------------------------------------------------------------------------------" + if [ "$FOODSOFT_SERVICE" == "app" ]; then bundle exec rake db:setup bundle exec rake db:migrate