A wercker step to execute a capistrano
task. The step has support for multiple stages and tasks.
More information:
tasks
(optional, default:deploy
) The tasks which will be run.stage
(optional, default:production
) The stage which will be used for the deployment.
deploy:
steps:
- eymengunay/[email protected]
You can change the default task to be executed by setting the WERCKER_CAPISTRANO_TASKS
environment variable.
Instead for stage setting you can use WERCKER_CAPISTRANO_STAGE
environment variable.
The MIT License (MIT)