9 10 11
# File 'lib/avm/git/commit/deploy_methods.rb', line 9 def deploy_to_env_path(target_env, target_path) Deploy.new(self, target_env, target_path) end
13 14 15
# File 'lib/avm/git/commit/deploy_methods.rb', line 13 def deploy_to_url(target_url) Deploy.new(self, *self.class.target_url_to_env_path(target_url)) end