railman-deployment 2.2.3 → 2.2.4

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
  SHA256:
3
- metadata.gz: 9d0f65bb87534dca8517bc2f1ca18a9a22496bcb6a919c5edc046eba9d0a30aa
4
- data.tar.gz: 3a76798da09132a5f642a300d8c9d2fb70ffef830b758f620a12e1b0189ed8ce
3
+ metadata.gz: 74e7ce26c33b4b856809361afc0de1a83e7b34dbe94a0972d3fae03ebd962ba1
4
+ data.tar.gz: 02ec409f8f92968425ea6a3c086e3c0fb81bf517bb5ff72f355005fae4a0b04f
5
5
  SHA512:
6
- metadata.gz: 16ae42bff7b4e718a7f2a540f8f2686d2359cbf9ff564eda21398183aacee6f9fdd5c57759259bff5d0fa0f42c8ed19c5af44490805c5e26a684aedcfc08b7ee
7
- data.tar.gz: 65ed76264b3df5f4842f445dd5c13ae46eb79eff9d2c730502cbb311b37dc02f3b67c1fa9511a62fd6649c89ef5731e83bfdfe0cae23492cf54947df6eafcc37
6
+ metadata.gz: 160ce5fdb28d23616ab3495379fdbb04ae9fbc8966dc62cdf0f4f9b995d1d62d25d7aaa29c217a197603ef24fed88b64a2c495416f25f5cc1f4f3de61822236c
7
+ data.tar.gz: 17af475afd07b29f2de91c54879b42a2cc5184957695e819e9a87286b042d844c0a616e55f817255fbbd2947cd3ebaa1e822b14253f95eb2a934abb767b96ae9
@@ -1,3 +1,3 @@
1
1
  module RailmanDeployment
2
- VERSION = '2.2.3'
2
+ VERSION = '2.2.4'
3
3
  end
@@ -84,8 +84,8 @@ desc 'Copy database from the server to the local machine and sync directories fr
84
84
  task :update do
85
85
  on roles(:all) do
86
86
  within fetch(:deploy_to) do
87
- execute :pg_dump, "-U rails -h localhost --clean --no-owner #{fetch(:application)}_production > db/#{fetch(:application)}.sql"
88
- download! "#{fetch(:deploy_to)}/db/#{fetch(:application)}.sql", 'db'
87
+ execute :pg_dump, "-U rails -h localhost --clean --no-owner #{fetch(:application)}_production > tmp/#{fetch(:application)}.sql"
88
+ download! "#{fetch(:deploy_to)}/tmp/#{fetch(:application)}.sql", 'db'
89
89
  end if fetch(:rails_app, true)
90
90
  end
91
91
  run_locally do
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: 2.2.3
4
+ version: 2.2.4
5
5
  platform: ruby
6
6
  authors:
7
7
  - Igor Jancev
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2018-10-19 00:00:00.000000000 Z
11
+ date: 2018-12-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler