Merge branch 'dev' into 'main'
Fix: MEP auto v2 See merge request Omega_Kube/kuby!31
This commit is contained in:
commit
ca62707b61
1 changed files with 1 additions and 1 deletions
|
|
@ -82,7 +82,7 @@ def run_mep_logic(author, commit_msg, branch="main"):
|
|||
send_discord_log("VALIDÉ", msg, 3066993, author, commit_msg)
|
||||
|
||||
# 3. PM2 (Appelé après le message pour éviter que le kill du serv ne bloque l'envoi)
|
||||
subprocess.run(f"sudo -u discord /home/discord/.nvm/versions/node/v24.15.0/bin/pm2 restart {PROCESS_NAME}", shell=True, check=True, capture_output=True)
|
||||
subprocess.run(f"/home/discord/.nvm/versions/node/v24.15.0/bin/pm2 restart {PROCESS_NAME}", shell=True, check=True, capture_output=True)
|
||||
|
||||
except Exception as e:
|
||||
error_msg = f"❌ **ERREUR de déploiement**\n```python\n{str(e)}\n```"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue