marceloemanoel / play-rsync-deploy   0.1-3b4d71189744cd797464a3086183e3f1db64cdc4

GitHub

Deploy the play application using rsync

Scala versions: 2.10
sbt plugins: 0.13

play-rsync-deploy

Deploy a play application using rsync

###Configuration

Create a file rsyncDeploy.sbt inside the project folder containing the following:

resolvers += "bintray.com" at "http://dl.bintray.com/sbt/sbt-plugin-releases"

addSbtPlugin("com.github.marceloemanoel" %% "play-rsync-deploy" % "0.1")

In your build.sbt file include your project's specific settings, for example:

deploy.userName := "username"

deploy.password := Some("password")

deploy.serverAddress := "localhost"

And execute the task rsyncDeploy