diff --git a/lib/middleman-deploy/commands.rb b/lib/middleman-deploy/commands.rb index 113cbca..4e874df 100644 --- a/lib/middleman-deploy/commands.rb +++ b/lib/middleman-deploy/commands.rb @@ -54,6 +54,8 @@ activate :deploy do |deploy| deploy.path = "/srv/www/site" # user is optional (no default) deploy.user = "tvaughan" + # port is optional (default is 22) + deploy.port = 5309 # clean is optional (default is false) deploy.clean = true end