``` install { taskName = "live" target = "pa...
# kobalt
e
Copy code
install {
   taskName = "live"
   target = "path/to/live/sever"
}

install {
   taskName = "test"
   target = "path/to/test/server"
}
@cedric Thoughts?