ignore errors from deletion job
All checks were successful
Deploy Containers / Prepare (push) Successful in 20s
All checks were successful
Deploy Containers / Prepare (push) Successful in 20s
This commit is contained in:
@@ -12,6 +12,7 @@
|
|||||||
dest: "{{ data_dir }}/nfl-proxy"
|
dest: "{{ data_dir }}/nfl-proxy"
|
||||||
|
|
||||||
- name: "Stop & remove existing PM2 containers"
|
- name: "Stop & remove existing PM2 containers"
|
||||||
|
ignore_errors: true
|
||||||
shell: |
|
shell: |
|
||||||
/home/alex/.nvm/versions/node/v24.4.0/bin/pm2 delete nfl-proxy
|
/home/alex/.nvm/versions/node/v24.4.0/bin/pm2 delete nfl-proxy
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user