From b0369fc482648d1c5583cad0baf0f9a6ac640d9b Mon Sep 17 00:00:00 2001 From: Daria Mayorova Date: Tue, 1 Aug 2023 11:58:42 +0200 Subject: [PATCH] Remove bugnsag-capistrano rake command --- .s2i/bin/run | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.s2i/bin/run b/.s2i/bin/run index b37da095..47e78ef5 100755 --- a/.s2i/bin/run +++ b/.s2i/bin/run @@ -6,8 +6,4 @@ export DISABLE_SPRING=1 bundle exec bash -c '(BUGSNAG_API_KEY="" bin/rails db:setup) 2>/dev/null || bin/rails db:migrate' -if [ -n "$OPENSHIFT_BUILD_COMMIT" ] && [ -n "$BUGSNAG_API_KEY" ]; then - bundle exec rake environment bugsnag:deploy BUGSNAG_REPOSITORY="$OPENSHIFT_BUILD_SOURCE" BUGSNAG_REVISION="$OPENSHIFT_BUILD_COMMIT" -fi - exec bundle exec bin/rails server --binding 0.0.0.0 --port 8080