Merge branch 'develop'

This commit is contained in:
2018-01-31 23:04:38 +03:00
89 changed files with 1830 additions and 826 deletions

View File

@@ -6,7 +6,7 @@ user = 'holop'
# git
set :application, app
set :repo_url, "git@bitbucket.org:shmyga/#{app}.git"
set :repo_url, "git@bitbucket.org:infernalgames/#{app}.git"
set :user, user
set :deploy_to, "/home/#{user}/repo/#{app}"