dmac / fezzik

A light deployment system that takes care of the heavy lifting.
https://rubygems.org/gems/fezzik
MIT License
37 stars 6 forks source link

environment.rake and deploy.rake do not work together out of the box #24

Closed philc closed 12 years ago

philc commented 12 years ago

environment.rake puts the environment file in #{release_path}/#{config_file}, but it gets sourced by deploy.rake in a different location:

run "cd #{current_path} && (source config/environment.sh || true) && ./bin/run_server.sh"