aws_one_click_staging 0.0.2 → 0.0.3
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 +4 -4
- data/lib/aws_one_click_staging.rb +6 -0
- data/lib/aws_one_click_staging/version.rb +1 -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: 142ee183d54628d0f4a214bf587e2ca64bbe3ace
|
4
|
+
data.tar.gz: ce66b276b8aa9f8af836b8526bef8e9e17604716
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: bc81abd4f578e8a52a2ca69ee729e546f1d63b8667f928d1fa391533dfd078b63225e068e8c64d7646a8bbeae8342eada5dd215c3ce4aefbe337b013d96b8ffa
|
7
|
+
data.tar.gz: a523573ff88c79f94eb4e588b9086951d5b99faede4548bf93d1143c509cc675dd9487b1379364109ae5fa5247510ec215bccdb4449e026470e70e3a1e8bee8d
|
@@ -8,6 +8,12 @@ module AwsOneClickStaging
|
|
8
8
|
|
9
9
|
def self.stage
|
10
10
|
warrior = AwsWarrior.new
|
11
|
+
puts "cloning database from amazon... this takes a while..."
|
12
|
+
warrior.clone_rds
|
13
|
+
puts "cloning s3 bucket from amazon... this takes forever..."
|
14
|
+
warrior.clone_s3_bucket
|
15
|
+
|
16
|
+
puts "operations completed successfully!"
|
11
17
|
end
|
12
18
|
|
13
19
|
def self.check
|