drupal-deploy icon indicating copy to clipboard operation
drupal-deploy copied to clipboard

Could not find capistrano-drupal-deploy-0.0.2 in any of the sources

Open L0rD59 opened this issue 5 years ago • 6 comments

Hi !

Gem capistrano-drupal-deploy does not exist anymore.

https://rubygems.org/search?utf8=%E2%9C%93&query=capistrano-drupal-deploy

What happened ?

L0rD59 avatar May 12 '20 14:05 L0rD59

Any update on this one? I'm stuck with it, unable to deploy new feature nor bug fixes on a client website !

Maybe just a recommended alternative if this package is to be abandoned..

philippemouchel avatar Jun 11 '20 14:06 philippemouchel

Hi,

gem 'capistrano-drupal-deploy', '~> 0.0.2', git: 'https://github.com/capistrano/drupal-deploy'

add this in your Gemfile as workaound

L0rD59 avatar Jun 16 '20 12:06 L0rD59

Hi @L0rD59

thx for your answer. Im not really familiar with Gem, and the gem install capistrano-drupal-deploy is defined in the bitbucket-pipelines.yml, as part of a deployment job process. Not sure where I can find a GemFile, not in my repo for sure.. Is there a command line to add this dedicated source for capistrano-drupal-deploy ? Maybe using gem sources...

philippemouchel avatar Jun 18 '20 22:06 philippemouchel

Well, as I wasn't able to find a Gemfile in my bitbucket process, I've been with an alternate method. Not sure it's very clean, but at least it works:

  • first I install specific_install package (https://github.com/rdp/specific_install)
  • then I use it to install capistrano/drupal-deploy directly from its github repo URL
gem install specific_install
gem specific_install https://github.com/capistrano/drupal-deploy.git

philippemouchel avatar Jun 19 '20 14:06 philippemouchel

Sorry for the lack of response on this one. I don't think any of the maintainers use it.

Does this gem still work for you? I can try to get it back on RubyGems.

will-in-wi avatar Jun 19 '20 18:06 will-in-wi

Hey! No problem. Yes I've been able to deploy using that way. Actually, it's a legacy deployment script. We may replace it with another one, without Capistrano, in the future.. But in the mean time, it remains useful for us.

Le ven. 19 juin 2020 14 h 23, William Johnston [email protected] a écrit :

Sorry for the lack of response on this one. I don't think any of the maintainers use it.

Does this gem still work for you? I can try to get it back on RubyGems.

— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/capistrano/drupal-deploy/issues/14#issuecomment-646804754, or unsubscribe https://github.com/notifications/unsubscribe-auth/AA5MTTXTPFEY735XZIYSRNDRXOUIJANCNFSM4M64YX2A .

--

symetris.ca http://symetris.ca/

philippemouchel avatar Jun 19 '20 18:06 philippemouchel