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

Should be an error when domain is specified by env var but :domain is unspecified #56

Open cespare opened 11 years ago

cespare commented 11 years ago

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.