[deploy] update
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user