git-deploy
git-deploy copied to clipboard
git-deploy is a deployment tool to allow for quick and easy deployments based on the changes in a git repository.
Upload is failing when there is a `@` in the file name (responsive @2x images) or in the password. If needed, I'm on a Win7 64, with Ruby 2.0.0p353 Please...
I set overwrite_if_same_revision = true and my ignored files still get uploaded.
Hello, great tool! But have two issues with it, first is that it hangs and doesn't time-out, it simply stops working after a while and I have to stop the...
Why isn't the REVISION file done automatically?
The docs state that you can use an alternative syntax to define the target FTP server and its configuration: ``` 'example': skip: false scheme: ftp user: example password: password host:...
For example (`app/components/DataGrid` is a Git submodule): ``` put: STOR app/components/DataGrid get: 150 Ok to send data. /usr/lib/ruby/1.8/net/ftp.rb:454:in `read': Is a directory - app/components/DataGrid (Errno::EISDIR) from /usr/lib/ruby/1.8/net/ftp.rb:454:in `storbinary' from /usr/lib/ruby/1.8/net/ftp.rb:453:in...
Hi, I tried ./git-deploy and there are few files change between last 2 commits. say.. modules/Email/Email.php include/javascript/test.js now on server (i am doing tesing) /var/www/test/ is an empty folder and...
after lots of struggling with the deploy.yml I'm now getting this: /usr/local/bin/git-deploy:285:in `dir_empty?': undefined method`list' for nil:NilClass (NoMethodError) Regular FTP is working though (:
First - I have tested everything via lftp, no error, everything works. Steps: - My config file `deploy-localhost.yml` (just for testing purposes) looks like: ``` yaml 'localhost': debug_mode: true skip:...
If I delete a file locally, commit it, git deploy it, I get the following errors, and it doesn't remove it from my server. ``` bash Deleting index.html c:/Ruby193/lib/ruby/gems/1.9.1/gems/net-sftp-2.0.5/lib/net/sftp/session.rb:846:in `wait_for':...