Skip to content

Commit

Permalink
Merge pull request #515 from 3scale/clean-capistrano-leftovers
Browse files Browse the repository at this point in the history
Remove bugnsag-capistrano rake command
  • Loading branch information
mayorova committed May 31, 2024
2 parents 3b1502d + b0369fc commit 256e1f3
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .s2i/bin/run
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 256e1f3

Please sign in to comment.