Created
May 26, 2015 05:00
-
-
Save j5ik2o/da139d313cd6c52ddfdc to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ebBundleTargetFiles in aws <<= Def.task { | |
| val base = baseDirectory.value | |
| val packageJarFile = (packageBin in Compile).value | |
| Seq( | |
| (base / "Dockerfile", "Dockerfile"), | |
| (base / "Dockerrun.aws.json", "Dockerrun.aws.json"), | |
| (packageJarFile, packageJarFile.name) | |
| ) | |
| } | |
| ebS3BucketName in aws := "sbt-aws-eb" | |
| ebS3CreateBucket in aws := true // if necessary |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment