Skip to content

Commit

Permalink
KBP-144 #time 5m code refactor for pronto result
Browse files Browse the repository at this point in the history
  • Loading branch information
İsmail Akbudak committed Nov 21, 2017
1 parent 6ec9e08 commit 365bb6a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/cybele/helpers/docker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,9 @@ def setup_docker_development_env

def docker_dotenv_files
append_file('env.sample', template_content('docker/docker_env_sample.erb'))
append_file('.env.local', template_content('docker/docker_env_local.erb'))
append_file('.env.staging', template_content('docker/docker_env_staging.erb'))
append_file('.env.production', template_content('docker/docker_env_production.erb'))
%w[local staging production].each do |env|
append_file(".env.#{env}", template_content("docker/docker_env_#{env}.erb"))
end
end
end
end
Expand Down

0 comments on commit 365bb6a

Please sign in to comment.