Connecting to a remote repository manually
After the IT user sets up a remote Git repository (remote repository) and configures its
credentials to access it, you can connect a decision automation to this remote repository in
Decision Designer.
Before you begin
Tip: See Connecting to a remote repository automatically:
- To learn which Git providers are supported.
- You are an IT user or administrator, and want to automatically create a remote repository and connect your decision automations to it.
Connecting to a remote repository can be useful when you plan to set up a custom CI/CD stack, or if you want to access to the remote repository by using other tools that are external to Automation Decision Services. The remote repository can also be used for keeping backups of decision source files.
There are two ways to connect to the remote repository:
- To establish a connection with a remote repository, make sure to obtain the URI of the repository from the IT or administrator to complete the procedure.
- If you set up your own private remote repository and connect a decision automation to it, the credentials that are related to the repository must have write access. In this case, you know the credentials and can configure them without asking the IT or administrator.
Verify the following conditions before you connect a decision automation to a remote repository:
- If the decision automation already contains decision artifacts, the remote repository must be empty.
- If the remote repository is not empty or already initialized, the decision automation must be empty.
Procedure
Results
The decision automation is now connected to the remote Git repository. Changes in the decision artifacts are pushed to this repository every time they are shared with collaborators.