fezzik
fezzik copied to clipboard
A light deployment system that takes care of the heavy lifting.
It will be really nice to pass net_ssh_options to ConnectionPool class constructor here https://github.com/dmac/fezzik/blob/8b7b761f7e7d0fa5455ff593466586eef43636d7/lib/fezzik/host_task.rb#L38 This will help in headless user automations.
Allow specifying Fezzik env vars outside of destination blocks A pattern we've commonly seen is to create a big hash of env options, declare it outside of a Fezzik.destination block,...
Example: ``` domain='web1.example.com' fez start ``` This says: ``` Targeting hosts: web1.example.com [success] ``` And it doesn't do anything. I think it should be an error.
I'm in 1.9.3-p392 and getting a stack trace when I run the tests due to ooyala/scope#6.
If you've never ssh'd into a host before and you begin deploying with fezzik to that host, you will get a confirmation message asking you to add it to the...