Documentation
Craft Location
When a project is created on Servd, we pull the contents of the connected git repository and automatically detect the directory that the Craft build lives in. If you decide to reorganise your repository's directory structure later down the line, here's how to update your Servd settings to allow us to continue to create bundles.
Via the Servd Dashboard #
To update the default Craft location, do the following:
-
Go to your project's Build & Deploy page.
-
In the "Source" section, update the path in the "Craft Location Inside Repo" input.
-
Click the Save button.
-
Servd will now look in the updated path when creating new bundles.
Via the Servd YAML file #
To configure the Craft location via Servd's YAML file, follow the instructions found on the Servd YAML file documentation page. This option can be useful if you're working on reorganising your repository structure in a git branch, but still want Servd to use the default option defined in the Servd dashboard for all other branches.