about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml5
1 files changed, 2 insertions, 3 deletions
diff --git a/.drone.yml b/.drone.yml
index be5d01c..9dcb63a 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -15,7 +15,6 @@ trigger:
     branch:
         - master
 steps:
-    - name: hello
+    - name: deploy
       commands:
-          - cd /var/www/hmm.st
-          - sudo -Hu www-data git pull origin master
+          - sudo -Hu www-data git -C /var/www/hmm.st pull origin master