Skip to main content

Posts Tagged ‘release pipeline’

Setting Up the Release Pipeline for Optimizely B2B Commerce Cloud

Once we’ve completed the build pipeline setup and it’s running successfully, it’s time for the final step in your process: setting up the release pipeline. The release pipeline is used to deploy the artifact generated by the build pipeline to a server. Follow the steps below to set up the release pipeline: Set up the […]

How to Deploy SQL Database Changes Using Azure DevOps

The database is a core part of any type of application. The database scheme is constantly changing during the application development phase. It is important to deploy the database changes while deploying the application code to a different instance, such as dev, QA, stage, or production.   However, manually deploying database changes is a tedious process. By […]