Dev set up
This commit is contained in:
4
ops/cookbooks/vendor/app/recipes/ci.rb
vendored
Normal file
4
ops/cookbooks/vendor/app/recipes/ci.rb
vendored
Normal file
@ -0,0 +1,4 @@
|
||||
template "#{node['php']['working-dir']}/application/config/database.php" do
|
||||
source 'ci/database.php.erb'
|
||||
mode '0755'
|
||||
end
|
Reference in New Issue
Block a user