PageRenderTime 43ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/config/deploy.rb

https://bitbucket.org/dpxlogistic/digitalefs
Ruby | 33 lines | 5 code | 10 blank | 18 comment | 0 complexity | 63d953abac431e6e13f545564fa42e4c MD5 | raw file
Possible License(s): MIT, BSD-3-Clause, MPL-2.0-no-copyleft-exception, CC-BY-3.0, GPL-2.0, GPL-3.0, Apache-2.0, LGPL-2.1, 0BSD
  1. # config valid only for current version of Capistrano
  2. lock '3.5.0'
  3. set :application, 'digitalefs'
  4. set :repo_url, 'git@bitbucket.org:dpxlogistic/digitalefs.git'
  5. # Default branch is :master
  6. # ask :branch, `git rev-parse --abbrev-ref HEAD`.chomp
  7. # Default value for :scm is :git
  8. set :scm, :git
  9. # Default value for :format is :airbrussh.
  10. # set :format, :airbrussh
  11. # You can configure the Airbrussh format using :format_options.
  12. # These are the defaults.
  13. # set :format_options, command_output: true, log_file: 'log/capistrano.log', color: :auto, truncate: :auto
  14. # Default value for :pty is false
  15. # set :pty, true
  16. # Default value for :linked_files is []
  17. # set :linked_files, fetch(:linked_files, []).push('config/database.yml', 'config/secrets.yml')
  18. # Default value for linked_dirs is []
  19. set :linked_dirs, fetch(:linked_dirs, []).push('theme/templates/uploads','theme/templates/xls_uploads')
  20. # Default value for default_env is {}
  21. # set :default_env, { path: "/opt/ruby/bin:$PATH" }
  22. # Default value for keep_releases is 5
  23. # set :keep_releases, 5