Sha256: 33f094c0c81637fea61ffe3f2c1cb8a2f01ae44978632dca86859e125343de8b
Contents?: true
Size: 517 Bytes
Versions: 38
Compression:
Stored size: 517 Bytes
Contents
# encoding: utf-8 # # This file is distributed under New Relic's license terms. # # See https://github.com/newrelic/rpm/blob/master/LICENSE for complete details. require 'bundler/capistrano' set :application, "new_relic_capistrano" set :repository, "~/new_relic_capistrano" set :current_path, "" set :newrelic_license_key, "bootstrap_newrelic_admin_license_key_000" set :newrelic_rails_env, "development" set :scm, :none role :web, "localhost" role :app, "localhost" role :db, "localhost" set :use_sudo, false
Version data entries
38 entries across 38 versions & 2 rubygems