devopsprabin/Development github Action
Build Docker image, deploy to a server, and send a Discord notification.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| github_token | GitHub Token | yes | — |
| github_actor | GitHub actor performing the action | yes | — |
| ssh_enable | enable SSH | no | true |
| ssh_host | Primary SSH Host | yes | — |
| ssh_user | SSH User | yes | — |
| ssh_private_key | Private SSH Key | yes | — |
| ssh_port | SSH Port | no | 22 |
| deploy_folder_path | Deployment folder path | yes | — |
| deploy_command | Deployment command | yes | — |
| discord_enable | enable discord | no | true |
| discord_webhook_id | Discord Webhook ID | yes | — |
| discord_webhook_token | Discord Webhook Token | yes | — |
| custom_tag_name | Tag for the Docker image | no | dev |
| build_args | Additional build arguments (YAML list) | no | _ENV=development |
| build_secrets | Additional build secret (YAML list) | no | envfile=_envfile |
| subdirectory | Subdirectory within the repository | no | "" |
| dockerfile_name | dockerfile name | no | Dockerfile |
Outputs
no outputs