direct file link
All checks were successful
Deploy Containers / Prepare (push) Successful in 14s

This commit is contained in:
2025-08-14 12:36:27 -04:00
parent bb4e7464da
commit bc28106e44

View File

@@ -13,10 +13,10 @@
- name: "Stop & remove existing PM2 containers"
shell: |
pm2 delete nfl-proxy
/home/alex/.nvm/versions/node/v24.4.0/bin/pm2 delete nfl-proxy
- name: "Start new PM2 container"
args:
chdir: "{{ data_dir }}/nfl-proxy"
shell: |
pm2 start --name="nfl-proxy" "python3 main.py"
/home/alex/.nvm/versions/node/v24.4.0/bin/pm2 start --name="nfl-proxy" "python3 main.py"