arethusa-cli 0.1.6 → 0.1.7
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/arethusa/cli/version.rb +1 -1
- data/lib/arethusa/cli.rb +0 -1
- metadata +1 -1
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 8f45c029e6e227c481419941190da91e37fbd94b
|
4
|
+
data.tar.gz: f02d470cdf83745887d682ffa2cc0e0225c084d8
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 2a99a9795b75971a1cf916f9231722a1290196e73126cf7899b9a316f4f2b0968e9c17c48682a4746763477493ec9b01514f5c3f002ae26470f9c9dcc6fd859a
|
7
|
+
data.tar.gz: 7860deeda29b039f65cdb9328411d229ed79012adacb1b285c061f87c310ad1569632f40a4c68265cf757a690ea0d32e9646f05504f9f6eb73c5bad9ce6b8ca0
|
data/lib/arethusa/cli/version.rb
CHANGED
data/lib/arethusa/cli.rb
CHANGED
@@ -57,7 +57,6 @@ EOF
|
|
57
57
|
desc: 'Deploy in a subfolder, referenced by the current commit sha'
|
58
58
|
method_option :sudo, aliases: '-s', type: :boolean,
|
59
59
|
desc: 'Run ssh commands as sudo'
|
60
|
-
mo
|
61
60
|
def deploy(address, directory)
|
62
61
|
@address = address
|
63
62
|
@directory = options[:commit] ? File.join(directory, short_sha) : directory
|