Skip to content

Instantly share code, notes, and snippets.

@jsierles
Created March 27, 2009 14:13
Show Gist options
  • Save jsierles/86709 to your computer and use it in GitHub Desktop.
Save jsierles/86709 to your computer and use it in GitHub Desktop.
if fetch(:php_site, false)
logger.info "Deploying PHP site"
deploy.task :default do
on_rollback { run "rm -rf #{release_path}; true" }
strategy.deploy!
externals.setup
fix_permissions
generate_javascript
symlink
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment