This commit is contained in:
Mo Bitar
2018-01-29 12:14:13 -06:00
parent 21ebd4bbcb
commit 2445f6789e
3 changed files with 70 additions and 65 deletions

View File

@@ -1,6 +1,4 @@
CAP_CONFIG = YAML.load_file("config/cap.yml")
# config valid only for current version of Capistrano
lock '3.6.1'
set :application, 'neeto'
set :repo_url, CAP_CONFIG["default"]["repo_url"]
@@ -11,9 +9,6 @@ set :repo_url, CAP_CONFIG["default"]["repo_url"]
# Default deploy_to directory is /var/www/my_app_name
# set :deploy_to, '/var/www/my_app_name'
# Default value for :scm is :git
set :scm, :git
# Default value for :format is :airbrussh.
# set :format, :airbrussh