misc uncommitted changes laying round
This commit is contained in:
20
config.rb
20
config.rb
@ -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
|
||||
|
Reference in New Issue
Block a user