From 619459fedd0ec32f480dec50eabee75e2892f45b Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 18 Feb 2022 16:20:33 +0300 Subject: [PATCH] Install in the proper dir --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 717c57f..080072c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -16,7 +16,7 @@ steps: - git reset --hard origin/master - name: install commands: - - pwd + - cd /home/pi/warframe-market-bot - npm install - name: restart commands: