Articles on: Deployments

Manage Deployment

Deployment management is a critical part of maintaining and updating your projects efficiently. It allows you to control how and where your code is deployed, ensuring smooth transitions, minimizing downtime, and maintaining consistency across development, staging, and production environments. By managing deployments effectively, you can quickly adapt to changes, address errors, and optimize your workflows, ultimately delivering a seamless experience for your end-users.

This document provides a detailed process for managing deployments within a profile system. You will learn how to edit existing deployments by changing parameters such as repository URL, branch, and destination folder, as well as updating post-deployment commands.

Step 1



Navigate to the profile and select the "Deployments" tab.



Step 2



From the list of deployments, choose the one you wish to manage and click "Edit".



Step 3



In the edit interface, you can modify the following parameters.

ParameterDescription
Repository URLUpdate the URL if the repository has changed.
BranchSwitch to a different branch if required for your deployment.
Destination FolderSpecify a new folder to deploy the files.
Post-Deployment CommandEdit commands executed after deployment, such as database migrations or cache clearing.

Once all changes are made, click "Update" to apply the updates.

Updated on: 02/01/2025

Was this article helpful?

Share your feedback

Cancel

Thank you!