railman-deployment 0.2.1 → 0.2.2
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/railman/tasks/deployment.rake +1 -1
- data/lib/railman-deployment/version.rb +1 -1
- metadata +2 -2
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA1:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6bf852f3a9eb810ae97116f4fcba5f2022f141b2
|
|
4
|
+
data.tar.gz: 0b647639faa27b921f2a6f2d90080f5b5a93aab1
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 6a09f874baf20b4f1388709a61090ce7e454dbc208a0504f24b2a4301dfcab8a19f9f8efa28cb0625feac15fe6af7190d9166ea759529c2d8a63f7cbfdb257df
|
|
7
|
+
data.tar.gz: 9b9b39a5158fb8f86c3280f51bbdd29eced4d16062993bc3db6a4c85a816df3f8c34c62f0eb306130832cd84966bb69d59a6ce556752cdb237ae406690d44053
|
|
@@ -25,7 +25,7 @@ task :setup do
|
|
|
25
25
|
execute :cp, '.env.example.production', '.env'
|
|
26
26
|
execute "sed -i -e 's/TODO: generate with: rake secret/#{SecureRandom.hex(64)}/g' #{fetch(:deploy_to)}/.env"
|
|
27
27
|
warn 'TODO: Edit .env and modify your database and smtp settings.'
|
|
28
|
-
warn 'TODO: Create ssl certificates by running the following command as root: /etc/letsencrypt/generate_letsencrypt.sh'
|
|
28
|
+
warn 'TODO: Create ssl certificates by running the following command as root: /etc/nginx/letsencrypt/generate_letsencrypt.sh'
|
|
29
29
|
warn 'TODO: Run \'cap ENV setup\' again!'
|
|
30
30
|
end
|
|
31
31
|
end
|
metadata
CHANGED
|
@@ -1,14 +1,14 @@
|
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
|
2
2
|
name: railman-deployment
|
|
3
3
|
version: !ruby/object:Gem::Version
|
|
4
|
-
version: 0.2.
|
|
4
|
+
version: 0.2.2
|
|
5
5
|
platform: ruby
|
|
6
6
|
authors:
|
|
7
7
|
- Igor Jancev
|
|
8
8
|
autorequire:
|
|
9
9
|
bindir: bin
|
|
10
10
|
cert_chain: []
|
|
11
|
-
date: 2016-05-
|
|
11
|
+
date: 2016-05-27 00:00:00.000000000 Z
|
|
12
12
|
dependencies:
|
|
13
13
|
- !ruby/object:Gem::Dependency
|
|
14
14
|
name: bundler
|