Skip to content

Instantly share code, notes, and snippets.

@nickjs
Created September 28, 2008 22:03
Show Gist options
  • Save nickjs/13511 to your computer and use it in GitHub Desktop.
Save nickjs/13511 to your computer and use it in GitHub Desktop.
{
"sources" : [
{
"type" : "git",
"path" : "git://github.com/280north/cappuccino.git",
"parts" : [
{
"src" : "Objective-J",
"dst" : "Frameworks/Objective-J",
"build" : "ant -DBuild=BUILD_PATH",
"copyFrom" : "Release/Objective-J"
},
{
"src" : "Foundation",
"dst" : "Frameworks/Foundation",
"build" : "steam -c Release -b BUILD_PATH",
"copyFrom" : "Release/Foundation"
},
{
"src" : "AppKit",
"dst" : "Frameworks/AppKit",
"build" : "steam -c Release -b BUILD_PATH",
"copyFrom" : "Release/AppKit"
}
]
},
{
"type" : "git",
"server" : "ssh://git@git.myserver.com/home/git/myapp.git",
"parts" : [
{
"src" : "",
"dst" : ""
}
]
}
],
"deployments" : [
{ "host" : "deploy@myserver.com", "path" : "/var/www/mysite/public" }
],
"templateVars" : {
"APPLICATION_NAME" : "My Application",
"BACKGROUND_COLOR" : "black",
"TEXT_COLOR" : "black"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment