Initial Commit
Co-authored-by: Subin <subinthattaparambil@gmail.com> Co-authored-by: Manoj <manojmj92@gmail.com> Co-authored-by: Nithin <webofnithin@gmail.com>
This commit is contained in:
8
deploy/before_migrate.rb
Normal file
8
deploy/before_migrate.rb
Normal file
@@ -0,0 +1,8 @@
|
||||
Chef::Log.debug "==================> inside before_migrate <=================="
|
||||
|
||||
shared_path = "/srv/www/chatwoot/shared"
|
||||
|
||||
#yml files
|
||||
run "ln -nfs #{shared_path}/config/application.yml #{release_path}/config/application.yml"
|
||||
run "ln -nfs #{shared_path}/config/reports_redis.yml #{release_path}/config/reports_redis.yml"
|
||||
|
||||
Reference in New Issue
Block a user