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.
Navigate to the profile and select the "Deployments" tab.
From the list of deployments, choose the one you wish to manage and click "Edit".
In the edit interface, you can modify the following parameters.
Once all changes are made, click "Update" to apply the updates.
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.
Parameter | Description |
---|---|
Repository URL | Update the URL if the repository has changed. |
Branch | Switch to a different branch if required for your deployment. |
Destination Folder | Specify a new folder to deploy the files. |
Post-Deployment Command | Edit 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
Thank you!