Skip to content

Commit

Permalink
Merge pull request #72 from ELEVATE-Project/ansible
Browse files Browse the repository at this point in the history
ansible fix
  • Loading branch information
rakeshSgr authored Oct 28, 2022
2 parents e655abe + 975772a commit bfc8c6a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions deployment/ansible.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
dest={{ current_path }}
state=link
- name: Delete old pm2 process
command: pm2 delete elevate-mentoring
command: pm2 delete elevate-user
ignore_errors: yes

- name: set permission
Expand All @@ -58,7 +58,7 @@
- debug: msg=" cred {{ envConfig }} "

- name: Start pm2
command: "chdir={{current_path}}/src pm2 start app.js -i 2 --name elevate-notification"
command: "chdir={{current_path}}/src pm2 start app.js -i 2 --name elevate-user"
register: pm2Info

- name: debug info
Expand Down

0 comments on commit bfc8c6a

Please sign in to comment.