From 425843c5ad8a6c077d687cbd8f4e1e9c8905ccac Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 18 Feb 2022 00:40:01 +0300 Subject: [PATCH] One line maybe? --- .drone.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 9e04969..98d231f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -15,5 +15,4 @@ steps: - git pull - name: restart commands: - - PM2_HOME='/home/pi/.pm2' - - pm2 restart warframe-market-bot + - PM2_HOME='/home/pi/.pm2' pm2 restart warframe-market-bot