techzy-programmer/d2m-pipeline

A GitHub Action to trigger deployment pipeline on machine running self hosted d2m instance

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
machineHostPublicly accessible IP or Host address of the machine running self hosted d2m instanceyes
machinePortPort of the machine running self hosted d2m instanceno80
publicKeyPublic key to securely connect to the machine via RESTful APIyes
preDeployCommandsCommands to run before deploymentno[]
postDeployCommandsCommands to run after deploymentno[]
failOnErrorDeployment will fail if any of the (pre/post deployment) command failsnotrue
strategyDeployment strategynoempty
distStrategyFolderFolder to deploy for dist strategynodist
distRemotetRootFolderNameRemote folder name where your dist files will be deployed (defaults to basename of distStrategyFolder)no""
localUserLocal user to run the whole deployment againstyesroot
localParentPathPath relative to the local user home directory, where the app should be deployedyesd2m-deployments
repoAutoSetupDepsAutomatically install dependencies based on project typenofalse
repoBranchBranch to pull data from for the deploymentnomain

no outputs