[deploy] update

This commit is contained in:
2018-01-01 12:19:07 +03:00
parent ecb0629494
commit 4db8f02bc5
2 changed files with 8 additions and 8 deletions

View File

@@ -1,7 +1,7 @@
require_relative 'service'
app = 'tankz'
user = 'adman'
user = 'holop'
set :scm, :git
set :application, app
@@ -39,6 +39,6 @@ namespace :build do
end
end
before 'build:run', 'build:lib'
before 'build:run', 'build:gen'
before 'deploy:updated', 'build:run'
# before 'build:run', 'build:lib'
# before 'build:run', 'build:gen'
# before 'deploy:updated', 'build:run'