Remote Sources
Importing Remote Repositories
Remote Sources
# examples/remote-sources/garden.yml
apiVersion: garden.io/v2
kind: Project
name: remote-sources
sources:
- name: web-services
repositoryUrl: https://github.com/garden-io/garden-example-remote-sources-web-services.git
- name: db-services
# use #your-branch to specify a branch, #v0.3.0 for a tag or a full length commit SHA1
repositoryUrl: https://github.com/garden-io/garden-example-remote-sources-db-services.git#mainRemote Actions
Local Sources/Actions
Linking Remote Sources/Modules to Local Code
Updating Remote Sources
How it Works
Last updated
Was this helpful?

