quaint-hospital-75270
04/02/2025, 10:28 AMchilly-gigabyte-83853
04/15/2025, 4:01 PMgarden deploy
Garden will figure out the dependency graph based on your configuration files and execute every action in sequence or in parallel, following the right order. Garden will also figure out what needs to be executed based on the status of the deployment of if the source code has changed, skipping the unnecessary steps.
Additionally, we support something called remote actions and remote sources: you can define your actions in separate repositories and include them in your projects (and depend on them) or you can define your actions in your projects but include a remote source repository instead of having the source code next to your action configuration files.
This is a lot of information and it might sounds more complex than it is, I'd suggest you to start with the following examples and guides:
- https://docs.garden.io/overview/what-is-garden
- https://docs.garden.io/getting-started/quickstart
- https://docs.garden.io/getting-started/basics
And the guide for the Remote Sources: https://docs.garden.io/features/remote-sources
Please let me know how it goes, we are here to answer any other question you might have!