Restructure omni services and add Chatwoot research snapshot
This commit is contained in:
12
research/chatwoot/Capfile
Normal file
12
research/chatwoot/Capfile
Normal file
@@ -0,0 +1,12 @@
|
||||
# Load DSL and Setup Up Stages
|
||||
require 'capistrano/setup'
|
||||
require 'capistrano/deploy'
|
||||
|
||||
require 'capistrano/rails'
|
||||
require 'capistrano/bundler'
|
||||
require 'capistrano/rvm'
|
||||
require 'capistrano/puma'
|
||||
install_plugin Capistrano::Puma
|
||||
|
||||
# Loads custom tasks from `lib/capistrano/tasks' if you have any defined.
|
||||
Dir.glob('lib/capistrano/tasks/*.rake').each { |r| import r }
|
||||
Reference in New Issue
Block a user