Sublime Forum

Build Scripts and Capistrano

#1

Hi all,

I’m trying to create a build script that can use Capistrano, has anyone had any luck.

I’ve created a basic one (see below) but it doesn’t seem to be running, and Sublime doesn’t output anything in the build results window.

Anyone had any luck with this?

Here is the script:

{
    "cmd": "cap staging deploy"],
    "dir" : "/mydir/project/"
}

Thanks!

0 Likes

#2

Looks like these folks had some success. I haven’t tried it yet, but looks promising…

stackoverflow.com/questions/1188 … -via-capis

0 Likes