misc uncommitted changes laying round

This commit is contained in:
2016-11-06 20:50:03 -06:00
parent 3010c62c0f
commit 2c333cb650
4 changed files with 97 additions and 118 deletions

View File

@ -74,13 +74,13 @@ configure :build do
# set :http_path, "/Content/images/"
end
activate :deploy do |deploy|
deploy.method = :rsync
deploy.host = 'fullsight.com'
deploy.path = 'vhost/markamoser'
deploy.user = 'mmoser'
deploy.port = 6791
deploy.clean = true # remove orphaned files on remote host, default: false
# deploy.flags = '-rltgoDvzO --no-p --del' # add custom flags, default: -avz
deploy.build_before = true
end
# activate :deploy do |deploy|
# deploy.method = :rsync
# deploy.host = 'fullsight.com'
# deploy.path = 'vhost/markamoser'
# deploy.user = 'mmoser'
# deploy.port = 6791
# deploy.clean = true # remove orphaned files on remote host, default: false
# # deploy.flags = '-rltgoDvzO --no-p --del' # add custom flags, default: -avz
# deploy.build_before = true
# end