techzy-programmer/d2m-pipeline
A GitHub Action to trigger deployment pipeline on machine running self hosted d2m instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| machineHost | Publicly accessible IP or Host address of the machine running self hosted d2m instance | yes | — |
| machinePort | Port of the machine running self hosted d2m instance | no | 80 |
| publicKey | Public key to securely connect to the machine via RESTful API | yes | — |
| preDeployCommands | Commands to run before deployment | no | [] |
| postDeployCommands | Commands to run after deployment | no | [] |
| failOnError | Deployment will fail if any of the (pre/post deployment) command fails | no | true |
| strategy | Deployment strategy | no | empty |
| distStrategyFolder | Folder to deploy for dist strategy | no | dist |
| distRemotetRootFolderName | Remote folder name where your dist files will be deployed (defaults to basename of distStrategyFolder) | no | "" |
| localUser | Local user to run the whole deployment against | yes | root |
| localParentPath | Path relative to the local user home directory, where the app should be deployed | yes | d2m-deployments |
| repoAutoSetupDeps | Automatically install dependencies based on project type | no | false |
| repoBranch | Branch to pull data from for the deployment | no | main |
Outputs
no outputs