Skip to content

Commit

Permalink
Update stack-settings.md
Browse files Browse the repository at this point in the history
  • Loading branch information
akmal-spacelift authored Dec 17, 2024
1 parent 46deb8d commit 114c7b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/concepts/stack/stack-settings.md
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ List of the most useful labels:

### Project root

Project root points to the directory within the repo where the project should start executing. This is especially useful for monorepos, or indeed repositories hosting multiple somewhat independent projects. This setting plays very well with [Git push policies](../policy/push-policy/README.md), allowing you to easily express generic rules on what it means for the stack to be affected by a code change.
Project root points to the directory within the repo where the project should start executing. This is especially useful for monorepos, or indeed repositories hosting multiple somewhat independent projects. This setting plays very well with [Git push policies](../policy/push-policy/README.md), allowing you to easily express generic rules on what it means for the stack to be affected by a code change. In the absence of push policies, any changes made to the project root and any paths specified by project globs will trigger Spacelift runs.

!!! info
The project root can be overridden by the [runtime configuration](../configuration/runtime-configuration/README.md#project_root-setting) specified in the `.spacelift/config.yml` file.
Expand Down

0 comments on commit 114c7b2

Please sign in to comment.