deployrepository/Zero Downtime Deployment
Deploy project to server by ssh with zero downtime deployment.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | Remote server host | yes | — |
| username | Remote server username | yes | — |
| port | Remote server port | yes | — |
| password | Remote server password | yes | — |
| target | Remote server target path | yes | — |
| sha | Git commit sha need to deploy (github.sha) | yes | — |
| github_token | Github token | yes | — |
| env_file | Environment file content to sync with .env file | no | — |
| run_script_before_check_folders | Run script before checking folders | no | false |
| run_script_after_check_folders | Run script after checking folders | no | false |
| run_script_before_download | Run script before download release | no | false |
| run_script_after_download | Run script after download release | no | false |
| run_script_before_activate | Run script before activate release | no | false |
| run_script_after_activate | Run script after activate release | no | false |
Outputs
no outputs