Skip to content

evici/automatic-atomic-deploy

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Atomic Web Deploy

This script can be used for automated atomic deployment of web applications. Although Makefile is tailored for Laravel, feel free to change according your needs.

Prerequisites

  • Web server points to /var/www/{app name}/current (/current/public in case of Laravel)

  • Git repository available through ssh / no password pull on /var/www/{app name}/deploy-cache

Recommendations

  • Don't use file-based storage, it will be removed unless handled correctly in Makefile

  • If you will use file-based sessions, they will be removed as well

Usage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Shell 70.5%
  • Makefile 29.5%