From 4675d6660ea9ad3ff8dc85da377a5321aafc451e Mon Sep 17 00:00:00 2001 From: Anatoly Date: Fri, 18 Feb 2022 00:26:48 +0300 Subject: [PATCH] Drone fix path --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9e44ede..2c8d76a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,5 +11,5 @@ server: steps: - name: pull commands: - - cd ~/warframe-market-bot + - cd /home/pi/warframe-market-bot - git pull