Deploy Previews for Pull Requests

On this page

This release introduced the Deploy Previews feature, added optional Project tabs, and added minimum TLS version configuration for all Sites on a domain.

Features & Improvements#

  • Added Deploy Previews to the Project Settings page, which run automations whenever a Pull Request is opened, updated, merged, or closed in your connected Git Repository. This feature is available on the Team or Enterprise plans. For more information, please read our documentation on Deploy Previews.
    • The Automatic Sites option creates a CloudCannon Site for each Pull Request. You can configure this behavior to exclude draft Pull Requests and delete the Site when the Pull Request is merged or closed.
    • The Automatic Comments option posts a comment on each Pull Request with the build status, Testing Domain, Site Dashboard, and build logs, for each CloudCannon Site connected to the Pull Request branch. You can configure this behavior to exclude draft Pull Requests and add custom markdown content to the comment footer.
  • Added two new optional Project tabs: Pull Requests and Branches. You can enable these tabs using the Optional Project Tabs switches on the Project Settings Details page. For more information, please read our documentation on optional Project tabs.
    • The Pull Requests tab on the shows all open and draft Pull Requests in the connected Git Repository.
    • The Branches tab on the shows the branches in the connected Git Repository and all CloudCannon Sites connected to each.
  • Added a TLS section to Domain Settings, which allows you to set a single minimum TLS version (1.2 or 1.3) for every Site on a Domain.

Fixes#

  • Updated dependencies to patch security vulnerabilities.
Open in a new tab