Sha256: e300d7ceb122c025a24c585329041406acab733561153f8cddd7f8afb7753eb2
Contents?: true
Size: 690 Bytes
Versions: 1
Compression:
Stored size: 690 Bytes
Contents
# Servers and their roles. server "<%= data[:target_server] %>", :web, :app, :db, primary: true # Server-side information. set :application, "<%= data[:application_name] %>" set :user, "deploy" set :deploy_to, "/home/#{user}/applications/#{application}" # Repository (if any) configuration. set :deploy_via, :remote_cache set :repository, "<%= data[:repo] %>/#{application}.git" set :branch, "production" # Optional, defaults to master # set :remote, "negroku" # Optional, defaults to origin # set :git_enable_submodules, 1 # Use the bundler capistrano task to deploy to the shared folder require "bundler/capistrano" set :bundle_flags, "--deployment --binstubs"
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
negroku-0.0.1 | lib/negroku/templates/deploy.rb.erb |