mirror of
https://github.com/danbulant/api_docs
synced 2026-05-19 12:19:08 +00:00
Add deploy configuration with a port set option
Addressing tripit/slate#463
This commit is contained in:
parent
28066ed281
commit
b84d76cd83
1 changed files with 4 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue