From 5c76cba3eb3a279f23a62b018f98f8c070cc0f3f Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 18 Feb 2022 00:38:35 +0300 Subject: [PATCH] Common pm2 home --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 997d59c..9e04969 100644 --- a/.drone.yml +++ b/.drone.yml @@ -13,4 +13,7 @@ steps: commands: - cd /home/pi/warframe-market-bot - git pull +- name: restart + commands: + - PM2_HOME='/home/pi/.pm2' - pm2 restart warframe-market-bot