Skip to content

Tool to copy folder content onto some remote server while retaining old versions.

Notifications You must be signed in to change notification settings

umkl/versioned-nginx-deployments

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Versioned Nginx Deployments

Copies the files from the dist folder over to the remote server. Creates folders for rollbacks using timestamps.

Commands

ship

Moves the dist files into a folder according to this format on the remote server: /var/www/${project_name}/releases/${date_time}/.

Creates a symlink to the latest deployment in the folder /var/www/current so the content can be viewed.

pull

Retrieves the latest deployment so it can be edited and later on deployed as a new version.

About

Tool to copy folder content onto some remote server while retaining old versions.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published