-
how do I make capistrano just run some commands on my server?
I don't want anything fancy ... I don't want to use capistrano's default deploy method.
I just want it to run a couple of commands on my server when I type
'cap deploy'
how do I do that?
Thanks guys.
-
Use the run() command in one of your tasks?
-
I tried that, but capistrano tries to run all these other commands that aren't included in the task I put in deploy.rb?
any idea why?
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks