Sha256: 73980bb8e582a9566cd47ec238b1ce305ba26128e19eb205a2bdd1c817191bb1
Contents?: true
Size: 378 Bytes
Versions: 15
Compression:
Stored size: 378 Bytes
Contents
set :application, "<%= app_name %>" set :deploy_via, :remote_cache set :user, 'SERVER_USER_NAME' set :runner, user set :scm, :git set :repository, "git@github.com:GITHUB_USER_NAME/#{application}.git" set :branch, 'master' set :git_enable_submodules, 1 set :keep_releases, 3 set :deploy_to, "/var/www/apps/#{application}" server "YOUR_DOMAIN", :web, :app, :db, :primary => true
Version data entries
15 entries across 15 versions & 3 rubygems