Fix the path to index.js
This commit is contained in:
parent
c5eeab3606
commit
6bb93eb5f5
@ -99,7 +99,7 @@ application path_to_deploy do
|
||||
user: deploy_user,
|
||||
group: deploy_group,
|
||||
app_dir: path_to_deploy,
|
||||
entry: "/usr/bin/env node release/app/index.js"
|
||||
entry: "/usr/bin/env node release/index.js"
|
||||
)
|
||||
notifies :run, "execute[systemctl daemon-reload]", :delayed
|
||||
notifies :restart, "service[#{app_name}]", :delayed
|
||||
|
Loading…
x
Reference in New Issue
Block a user