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

Bad error on bad dest #52

Closed cespare closed 11 years ago

cespare commented 11 years ago
$ fez production deploy # should be 'prod'
/home/caleb/.rbenv/versions/1.9.3-p392/lib/ruby/gems/1.9.1/gems/fezzik-0.8.0/lib/fezzik/base.rb:24:in `get': Fezzik: No such setting: domain (RuntimeError)
...big stack trace...
cespare commented 11 years ago

This has been fixed.

Invalid destination: foobar
Make sure this destination is configured and includes `set :domain, "yourdomain.com"`

Thanks @dmacdougall!