We’re excited to announce a new feature in Servebolt’s Git integration! You can now define a custom deployment path for your Git repository, allowing for more flexible configurations within your ~/site directory.
What’s New
• Default Path: The deployment target remains set to ~/site/public by default, ensuring that existing workflows remain unaffected. However, this path is now visible and modifiable directly in the Servebolt admin panel.
• Custom Paths: Users can configure their Git deployment path to any valid subdirectory within ~/site (e.g., ~/site/mydir/example). This new flexibility allows you to organize and deploy projects in a way that best suits your site’s structure.
• Path Constraints: Deployment paths must reside within the ~/site directory for security and consistency. Symlinks in the public folder are restricted from pointing to directories outside ~/site.