diff --git a/config/deploy.rb b/config/deploy.rb index 1f5c286a..d7880c47 100644 --- a/config/deploy.rb +++ b/config/deploy.rb @@ -35,9 +35,6 @@ append :linked_dirs, "log", "tmp/pids", "tmp/cache", "tmp/sockets", "public/uplo # Ruby version / RVM set :rvm1_ruby_version, '2.3.3@retrospring' -require 'pry' -binding.pry - # Rollbar set :rollbar_token, '35f65946f562414da66d0d48073f5290' # TODO: before publishing this repo (again) remove this token set :rollbar_env, Proc.new { fetch :stage }