mercadoni 0.0.5 → 0.0.6

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 35fbbfa45d85ed8d4f451a625451228cb3fa085d
4
- data.tar.gz: 53a416bbd701b17cd5f1ea2007e55b719b259501
3
+ metadata.gz: e6d5f2840546e646d917e771b18622acfb4ac669
4
+ data.tar.gz: af26b53763eecd903d3ae855851b235d5085e934
5
5
  SHA512:
6
- metadata.gz: 149cc8274654b3959ec2b50e4bb21766ccd565de0487e3eac6436d0a04d056252e23234fd29a410a45a3a34e89a311cadedc017638dbb9e142084b6b6c53f2a9
7
- data.tar.gz: f4c834f01f9d2371cdb04427667f2f6cc6ae0ef9cfe6f0247fe6262a5a87d1338ebf05c814ad8f2b4792c1f63cd00bb6e1feee30cbb3010e123a281411b45406
6
+ metadata.gz: 1982c774f6daed8e9baa1d5fe34bc825801114466e42724937bcfad7ae777d16babf970280d576b6f403d5035985371cf5c0c24a35ffc9d80245809323350697
7
+ data.tar.gz: b347837bba67e2848ab0fa97448e3af2cea8c8af2b188f82118fdc5154d925894b1fc521976fc5f7e46e9cc9462aa4ab98dcd1f2ac5ccd79bda2f15b46e8d40d
data/README.md CHANGED
@@ -12,11 +12,17 @@ Install it yourself as:
12
12
 
13
13
  #### Deploy a Mercadoni's APP:
14
14
 
15
- You must ensure that you're on master (production) or dev (development) branch before deploying. Then, you can execute the command shown below.
15
+ 1) Ask for the AWS credentials (MERCADONI_AWS_KEY, MERCADONI_AWS_SECRET) which you must set up locally.
16
+
17
+ 2) Ask for the ssh private key that is used to loggin on Mercadoni's servers as app user.
18
+
19
+ 3) You must ensure that you're on master (production) or dev (development) branch before deploying. Then, you can execute the command shown below.
20
+
16
21
 
17
22
  $ mercadoni <app_name>
18
23
 
19
24
  Possible app names:
25
+
20
26
  | Production | Development |
21
27
  |------------|-------------|
22
28
  | client | client-dev |
@@ -34,6 +40,11 @@ Possible app names:
34
40
 
35
41
  #### See Mercadoni's APP logs:
36
42
 
43
+ 1) Ask for the ssh private key that is used to loggin on Mercadoni's servers as app user.
44
+
45
+ 2) Execute the command shown below
46
+
47
+
37
48
  $ mercadoni <app_name> --logs
38
49
 
39
50
 
@@ -1,3 +1,3 @@
1
1
  module Mercadoni
2
- VERSION = "0.0.5"
2
+ VERSION = "0.0.6"
3
3
  end
@@ -11,7 +11,7 @@ Gem::Specification.new do |spec|
11
11
 
12
12
  spec.summary = %q{This gem helps to deploy and see the logs of Mercadoni's servers}
13
13
  spec.description = %q{'This gem helps to deploy and see the logs of Mercadoni's servers'}
14
- spec.homepage = "https://github.com/elvizcacho"
14
+ spec.homepage = "https://github.com/elvizcacho/mercadoni-gem"
15
15
  spec.license = "MIT"
16
16
 
17
17
  # Prevent pushing this gem to RubyGems.org by setting 'allowed_push_host', or
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: mercadoni
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.0.5
4
+ version: 0.0.6
5
5
  platform: ruby
6
6
  authors:
7
7
  - Sebastian Vizcaino
@@ -74,7 +74,7 @@ files:
74
74
  - lib/mercadoni.rb
75
75
  - lib/mercadoni/version.rb
76
76
  - mercadoni.gemspec
77
- homepage: https://github.com/elvizcacho
77
+ homepage: https://github.com/elvizcacho/mercadoni-gem
78
78
  licenses:
79
79
  - MIT
80
80
  metadata: {}