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 CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: cd260ae83c74eafa98209abaf2d248db105c24f6
4
- data.tar.gz: 168ae2c05abd384a8c97cca99a53ae51eaedb827
3
+ metadata.gz: 6bf852f3a9eb810ae97116f4fcba5f2022f141b2
4
+ data.tar.gz: 0b647639faa27b921f2a6f2d90080f5b5a93aab1
5
5
  SHA512:
6
- metadata.gz: 146529be1e27becf35ce491ebd962fc8d7ff886edb50e1bfed94ada58a1859779e0f00a578e4dedba6eee179f95abaee2c6c008501ede287e1365774d1fb3de9
7
- data.tar.gz: 2de10020fefc02c07ea6482342600f08012f75506bd569f25c78f4cb6f69041767113eba8003fac29ae35cda6df26629c7b7d5b477034ada0c187c231b21d094
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
@@ -1,3 +1,3 @@
1
1
  module RailmanDeployment
2
- VERSION = '0.2.1'
2
+ VERSION = '0.2.2'
3
3
  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.1
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-09 00:00:00.000000000 Z
11
+ date: 2016-05-27 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler