meow-deploy 0.0.6 → 0.0.7

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.
@@ -60,8 +60,8 @@ module MeowDeploy
60
60
 
61
61
  desc "Symlink env file."
62
62
  task :symlink, :roles => :app, :except => {:no_release => true} do
63
- run "ln -nfs #{release_path}/.env #{current_path}/.rbenv-vars"
64
- run "ln -nfs #{release_path}/.env #{current_path}/.env"
63
+ run "ln -nfs #{shared_path}/.env #{release_path}/.rbenv-vars"
64
+ run "ln -nfs #{shared_path}/.env #{release_path}/.env"
65
65
  end
66
66
  end
67
67
 
@@ -1,3 +1,3 @@
1
1
  module MeowDeploy
2
- VERSION = "0.0.6"
2
+ VERSION = "0.0.7"
3
3
  end
metadata CHANGED
@@ -2,7 +2,7 @@
2
2
  name: meow-deploy
3
3
  version: !ruby/object:Gem::Version
4
4
  prerelease:
5
- version: 0.0.6
5
+ version: 0.0.7
6
6
  platform: ruby
7
7
  authors:
8
8
  - Kristjan Rang