Deploy metadata from GitHub repository
Learn how to deploy a template by navigating the interface, initiating a deployment, and uploading templates from a repository.
Copying the file path from Github
To copy the file path, navigate to the file in the repository, select the file name, and click Copy path. For example, consider the file example.py located under the sample-repo repository in the main branch
-
Navigate to https://github.com/username/sample-repo.
-
Find and click on the src directory.
-
Click on example.py to open the file.
-
The breadcrumb navigation will show: sample-repo / src / example.py.
-
The full file path URL will be: https://github.com/username/sample-r...src/example.py. You can now copy this URL and use it as the file path. If you want to copy the relative path within the repository, you can use the breadcrumb path directly: src/example.py.