gentcod/Do-Nginx-App
Initialize your Node app with Nginx HTTP Proxy
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| host | The IP address of your server | yes | — |
| protocol | SSH connection protocol. Default is set to "tcp". | no | tcp |
| port | The port for host connection. Default is set to -> 22. | no | 22 |
| user | Virtual machine user | yes | — |
| password | Password to authenticate ssh connection | no | — |
| key | Authorized SSH key to authenticate ssh connection | no | — |
| passphrase | Associated passphrase if any, to the provided authorized SSH key | no | — |
| github-repo | The github repository with the server code your trying to run. | yes | — |
| startup-script | Script to run your app. e.g npm start | yes | — |
| api-port | Configured PORT. e.g 5000 | yes | — |
| env | Environmental variables. Key-value pairs -> KEY=VALUE | no | — |
Outputs
| name | description |
|---|---|
| time | Timestamp of action execution |
| deployment-status | Whether the deployment was successful |