Matt Stauffer 3/29/2017

How to set up your Laravel application for zero-downtime (Envoyer/Capistrano) deploys

Read Original

This article explains the concept of zero-downtime deployments using a Capistrano/Envoyer-style release directory structure. It details how this method works by building new releases in separate folders and using a symlink switch to make them live. The guide also covers Laravel-specific caveats, such as handling the storage folder and .env file, and provides basic deployment steps.

How to set up your Laravel application for zero-downtime (Envoyer/Capistrano) deploys

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week

1
The Beautiful Web
Jens Oliver Meiert 2 votes
3
LLM Use in the Python Source Code
Miguel Grinberg 1 votes
4
Wagon’s algorithm in Python
John D. Cook 1 votes