Add deploy configuration with a port set option

Addressing tripit/slate#463
This commit is contained in:
BaButtons 2016-02-25 15:23:17 -05:00
parent 28066ed281
commit b84d76cd83

View file

@ -38,3 +38,7 @@ configure :build do
# activate :asset_hash
# activate :gzip
end
# Deploy Configuration
# If you want Middleman to listen on a different port, you can set that below
set :port, 4567