sebastianjnuwu/ssh-action-deploy
Deploy has never been so easy, running commands has never been simpler...
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| IP | The IP address is a unique identifier that identifies a device on the Internet or on a local network. | yes | — |
| USER | A user is an agent, either a human agent or a software agent, who uses a computer or network service. | yes | — |
| KEY | ssh-keygen is a standard component of the Secure Shell protocol suite found on Unix, Unix-like, and Microsoft Windows computer systems used to establish secure shell sessions between remote computers over insecure networks, through the use of various cryptographic techniques. | yes | — |
| REPO | Specify the name of the repository where the action is located. | — | ${{ github.repository }} |
| FOLDER | Name of the folder where the files are located, including the user (e.g., "user/deploy"). | yes | — |
| RUN | Specify the commands to be executed after the deploy. | no | — |
| COMPATABILITY | Add the '-O' compatability flag to the SCP command for targets with older verions of OPENSSH (ie: Ubuntu 14.X). | no | — |
Outputs
no outputs