PlatformIntegrationsResourcesDocsPricing
ContactLog inSign up
Intro to Composable Architecture
The Modern Enterprise Stack
The Rise of Composable Architecture
Key Parts of a Composable System
Microservices & Serverless Functions
How Microservices Work
Benefits of Microservices
Challenges of Microservices
Serverless Function Providers
The Backend: Databases & Headless CMS
Working with Composable Content
Types of Backend Services
Benefits of Decoupled Content
Common Challenges with Decoupled Content
Choosing the Right Backend Service
The Frontend: Web Frameworks
The New "Frontend"
Site Framework Considerations
Modern Frameworks for Enterprises
Content Editing in Composable Systems
Editing Experience in Monolithic Systems
Headless Editing Experiences
Visual Editing Services
Composable Content
Multi-channel Developer Challenges
Homegrown Content Meshing Solutions
Vendor-based Composable Systems
CI/CD: Building, Deploying, & Hosting
CI/CD for Monolithic Applications
The Build Pipeline
Build & Deployment Services
Common Website Features & Tooling
Authentication
Analytics
Personalization & A/B Testing
Form Submissions
Search
Common Enterprise Challenges
Technology Cost
Security
Traffic & Scalability
Page Speed Performance
Code Complexity
Continuous Integration & Delivery
Getting Started: Migration Strategies
Gradual Migration
Evaluating Tools & Services
Wrapping Up: Is Composable Worth It?

CI/CD for Monolithic Applications

CI/CD: Building, Deploying, & HostingThe Build Pipeline
Trust CenterPrivacySecurityGDPR/CCPAAbuse
©2023 Netlify

You’re likely intimately familiar with the deployment process for a monolithic application.

When there are code changes ready to go to production, the process often looks like this:

  1. Run CI tasks, including testing and other automation efforts.

  2. Merge the code to kick off continuous delivery, usually an abstracted service that will handle the update by pulling the updated code, running build processes, deploying the code to web servers, and restarting the web servers’ application servers and invalidating caches as needed.

Deploy Preview Flow
Deploy Preview Flow