Autodeploy

Always up to date, deploy every new commit automatically.

Autodeploy automatically triggers a new deployment every time a commit is pushed to the linked GitHub repository. It helps you keep your environment up to date with the latest changes, no need to deploy manually.

This feature is ideal for teams practicing continuous delivery or working on fast-paced development cycles.

How to enable Autodeploy

  • Open the Application details from the list in your Space.

  • Click the three dots menu to access advanced actions in the Application page.

  • Select Autodeploy to toggle the feature on.

Once enabled, every new commit to the selected branch or tag will automatically trigger a deployment.

Availability

  • Pro Plan: Autodeploy is available by default.

  • Free Plan: Autodeploy is not included. Applications must be deployed manually.

To deploy manually, click the Deploy button from the Application page. This triggers a deployment of the latest commit on the selected branch or tag.

Updated on