Could not find capistrano-drupal-deploy-0.0.2 in any of the sources
Hi !
Gem capistrano-drupal-deploy does not exist anymore.
https://rubygems.org/search?utf8=%E2%9C%93&query=capistrano-drupal-deploy
What happened ?
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..
Hi,
gem 'capistrano-drupal-deploy', '~> 0.0.2', git: 'https://github.com/capistrano/drupal-deploy'
add this in your Gemfile as workaound
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...
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
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.
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/