lbhrr 1.0.0 → 1.0.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (4) hide show
  1. checksums.yaml +4 -4
  2. data/exe/lbhrr +1 -1
  3. data/lib/lbhrr/version.rb +1 -1
  4. metadata +2 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: fffc06ffb0010dbc2c65b66567a13f3da1ec40c38455e94752759b6c7e9b2d92
4
- data.tar.gz: 89ca58e74fbdcd9e7bc2bd46b972c39249d510e3d3a1731dffc57f1edcce45e5
3
+ metadata.gz: 9d366665ce2d3cf11822b1e3307de0d9da799428ad5ba420ac9a78aa526b3886
4
+ data.tar.gz: 5fff131ca6d144186e5d3587c3b2cfbbe0cd35f5bbb70772f711bf50c0a6aabd
5
5
  SHA512:
6
- metadata.gz: 90ab791268e10b4846a8679a66ab1a666e9c3bf16f753681babe97f7c2ca2e2baf457b454763ce0407635f2dc423fdcc9011f0abbfacf4963fa168b237222169
7
- data.tar.gz: 39021ee7bbf173c16e2afd5a89ba7cfe1d38c1834f984fd91493cb15225d2f27a05c92d9d58a6f45a7b0df317487ab90c159156cb8d03a2ad689f97747aab899
6
+ metadata.gz: bf8db87c2979d12bcce92c3372c3e8202914a13e1d9f1a29c85d66ca593e650f222cb0df08a525eef5a1f07964049363b73d622eb2190d9d242b703e82868dde
7
+ data.tar.gz: 9d21b6364f353fcaae039d1e5d7cbf7fdb87eaaca68b42d66478afd91218e985ad7cf4dcaafe4db613d358afe962160fee866c2e354797c6f3ecc0e50efbda28
data/exe/lbhrr CHANGED
@@ -204,7 +204,7 @@ class LbhrrCLI < Thor
204
204
  tempfile.close
205
205
 
206
206
  # Rsync files to the new version directory and update the symlink
207
- if system("rsync -avz --files-from=#{tempfile.path} ./ #{user}@#{host}:#{destination_path}") &&
207
+ if system("rsync -avz --exclude=.git --files-from=#{tempfile.path} ./ #{user}@#{host}:#{destination_path}") &&
208
208
  system("ssh #{user}@#{host} 'ln -sfn #{destination_path} #{current_path}'")
209
209
  puts "Successfully deployed application version #{version} to #{host}"
210
210
  increment_version(local_manifest_path, version)
data/lib/lbhrr/version.rb CHANGED
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module Lbhrr
4
- VERSION = "1.0.0"
4
+ VERSION = "1.0.1"
5
5
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: lbhrr
3
3
  version: !ruby/object:Gem::Version
4
- version: 1.0.0
4
+ version: 1.0.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Delaney Kuldvee Burke
8
8
  autorequire:
9
9
  bindir: exe
10
10
  cert_chain: []
11
- date: 2023-12-02 00:00:00.000000000 Z
11
+ date: 2023-12-04 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: net-ssh