monadical-sas/Deploy to server with ssh
Deploy app in staging/prod server via ssh
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| ssh_user | User to connect to server | yes | — |
| ssh_host | Host to connect to server | yes | — |
| ssh_port | Port to connect to server | no | 22 |
| ssh_key | ssh key to connect to server | yes | — |
| repo_path | Path to repo | yes | — |
| main_branch | Main branch to deploy | no | dev |
| ssh_agent_sock | socket path for ssh-agent | no | /tmp/ssh_agent.sock |
| script_name | Name of the script to execute | yes | — |
| supervisor_process_name | Name of the supervisor process | yes | ${{ github.event.repository.name }} |
Outputs
no outputs