For the complete documentation index, see llms.txt. This page is also available as Markdown.

Deployments

An instance deployment is automatically initiated when a code merge is made to its branch. The deployment utilizes a zero-downtime deployment pipeline specifically made for ScandiPWA and Magento 2.

You can also deploy changes made to your GitHub repository manually with a single click in the User Portal: navigate to the User Portal → Project → Selected Instance → Overview → Deployments and click the Start Deployment button.

You can switch on or off automatic deployments by toggling the "Auto-Deploy on Push" switcher. Deployments will happen automatically on the code commit to the repository branch connected to the instance.

  • Navigate to Overview → Deployments → Settings to open the deployment settings.

  • Toggle the Auto-Deploy on Push option to enable or disable automatic deployments.

  • Optionally, enable Email Notifications to receive updates whenever the deployment status changes.

You can view the deployment history in the Deployments tab, with the information of date, type, and status.

Deployment success and failure logs are available in the Logs Management tool - Kibana. To access Kibana follow the instructions in Log Management using Kibana.

Last updated