push
Pushes the local repository back to the remote repository by executing the git push command within the temp directory subfolder.
Inputs
Input Name | Input Code | Required | Description |
---|---|---|---|
Instance Code |
| Yes | The FlexDeploy SCM instance where GIT properties are configured. |
Local Repository Path |
| No | Path relative to the FD_TEMP_DIR of the local git repository. If not provided the temp directory will be used. |
Branch |
| No | Specify the GIT Branch to push. Defaults to master. For Git 2.0 or higher clients you may receive "fatal: The current branch master has no upstream branch." if branch is not supplied. |
Follow Tags |
| Yes | If this input is set to true (checked) then the –follow-tags option will be set. This will push any created tags to the remote repository. |
Artifacts
This operation doesn't consume or produce any artifacts.
Endpoint Selection
This operation delegates endpoint selection to the workflow developer. The workflow editor will default the selection to "All", which selects all available endpoints associated to the target.
Selecting a specific resource will result in selection of endpoints associated to the target which have that resource defined.
Endpoint Execution
This operation will execute on any one of the selected endpoints and will be random in the determination of which one.
- style