Skip to content

eymengunay/step-capistrano

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

step-capistrano

A wercker step to execute a capistrano task. The step has support for multiple stages and tasks.

More information:

Included extensions

Options

  • tasks (optional, default: deploy) The tasks which will be run.
  • stage (optional, default: production) The stage which will be used for the deployment.

Basic example

deploy:
  steps:
    - eymengunay/[email protected]

Changing default task or stage

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.

License

The MIT License (MIT)

About

Capistrano deploy step for wercker

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages