mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
do not start with --no-treekill, checkout correct branch
This commit is contained in:
parent
670099f765
commit
6dbec1bd26
@ -114,7 +114,7 @@ nano ~/hooks.json
|
||||
[
|
||||
{
|
||||
"id": "github",
|
||||
"execute-command": "/home/gradido/gradido/deployment/bare_metal/start.sh",
|
||||
"execute-command": "/home/gradido/gradido/deployment/bare_metal/start.sh new_deployment",
|
||||
"command-working-directory": "/home/gradido/gradido/deployment/bare_metal",
|
||||
"trigger-rule": {
|
||||
"and": [
|
||||
|
||||
@ -86,7 +86,7 @@ cd $PROJECT_ROOT/backend
|
||||
yarn install
|
||||
yarn build
|
||||
pm2 delete gradido-backend
|
||||
pm2 start --name gradido-backend "yarn --cwd $PROJECT_ROOT/backend start" --no-treekill
|
||||
pm2 start --name gradido-backend "yarn --cwd $PROJECT_ROOT/backend start"
|
||||
pm2 save
|
||||
|
||||
# Install & build frontend
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user