Skip to content

Lock deployments while someone else is deploying

Notifications You must be signed in to change notification settings

Skywire/capistrano-deploy-lock

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Deploy Lock

  • Gem for capistrano to lock deployments so others don't deploy over you

Add to your project:

Add the following to your project Gemfile

gem 'capistrano-deploy-lock', :git => 'git@github.com:Skywire/capistrano-deploy-lock.git', :branch => 'master'

Then run

bundle install

Add the following to your project Capfile

require "capistrano/deploy-lock"

About

Lock deployments while someone else is deploying

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages