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

git deployment made easy

Results 18 git-deploy issues
Sort by recently updated
recently updated
newest added

I'm using git-deploy with Rails 6 and while I have workarounds for everything there are a few things left to be desired, and it's not fully automatic like it should...

Alexander:src alexander$ git deploy setup -r "production" /Users/alexander/.rvm/gems/ruby-2.4.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/session.rb:67:in `initialize': Object#timeout is deprecated, use Timeout.timeout instead. /Users/alexander/.rvm/gems/ruby-2.4.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/session.rb:78:in `initialize': Object#timeout is deprecated, use Timeout.timeout instead. /Users/alexander/.rvm/gems/ruby-2.4.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/cipher_factory.rb:98: warning: constant OpenSSL::Cipher::Cipher is deprecated /Users/alexander/.rvm/gems/ruby-2.4.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/kex/diffie_hellman_group1_sha1.rb:118:in...

Hi, I have a private repo on bitbucket with multiple production servers, what's the easiest way to one time push and automatically deploy to all of them?

Hello. I get the following error on running `git deploy setup -r "production"` ``` /home/mahendhar/.rvm/gems/ruby-2.2.2/gems/net-ssh-2.6.6/lib/net/ssh.rb:201:in `start': root (Net::SSH::AuthenticationFailed) from /home/mahendhar/.rvm/gems/ruby-2.2.2/gems/git-deploy-0.6.1/lib/git_deploy/ssh_methods.rb:96:in `ssh_connection' from /home/mahendhar/.rvm/gems/ruby-2.2.2/gems/git-deploy-0.6.1/lib/git_deploy/ssh_methods.rb:43:in `ssh_exec' from /home/mahendhar/.rvm/gems/ruby-2.2.2/gems/git-deploy-0.6.1/lib/git_deploy/ssh_methods.rb:35:in `run_test' from /home/mahendhar/.rvm/gems/ruby-2.2.2/gems/git-deploy-0.6.1/lib/git_deploy.rb:28:in `setup'...

I'm having trouble using this gem on Windows because of the net-ssh version required. The net-ssh version installed along gi-deploy is `2.6.8`, and throws an error. If I use a...

Got this when running git deploy setup -r "production" looks like it fails running on windows 8 in git bash shell mingw32 ``` DL is deprecated, please use Fiddle c:/Ruby200/lib/ruby/gems/2.0.0/gems/net-ssh-2.6.8/lib/net/ssh/transport/packet_s...

Is there a way to make the passwords invisible when inputting them upon request? When I run `git deploy` it requests my SSH password, however when I type it in...

One of the options is ``` git deploy upload - Copy local files to the remote app ``` Is there a reverse? I have files that are being uploaded to...

Running `git deploy setup` without the `-r` and branch name clobbered existing post-receive hooks and also changed many permissions and deleted the master branch. It should probably warn against this.

Relative paths in the remote specification (i.e. starting from `$HOME`) should be left unharmed. Currently, `git deploy setup` appears to add a '/' before the path, which will break any...