miloserdow/Capistrano deploy
Deploy an application using capistrano to the given target
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| capistrano_commands | The Capistrano commands to run | yes | ["deploy"] |
| target | Environment where deploy is to be performed to | no | — |
| deploy_key | Deployment key used for decryption of SSH RSA private key | yes | — |
| enc_rsa_key_pth | Path to SSH private key encrypted with deploy_key | no | config/deploy_id_rsa_enc |
| enc_rsa_key_val | Value of the SSH private key encrypted with deploy_key | no | — |
| working-directory | The directory from which to run the deploy command | no | "" |
Outputs
no outputs