summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-12-06 10:31:23 -0500
committerBen Harris <ben@tilde.team>2019-12-06 10:31:23 -0500
commite337c1b7431a24ddaf738d106f3f08ed7b24c08c (patch)
treeac4429cf1bcad9e47a5bba68fe4c2ef073ba8149 /.drone.yml
parent4d41004537362f684b0f9b5a8895f4b763eaed74 (diff)
suppress home errors
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.yml b/.drone.yml
index 938f57f..c9cef1b 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -15,5 +15,5 @@ steps:
     - name: hello
       commands:
           - cd /var/www/benharr.is
-          - sudo -Hiu www-data git pull origin master
+          - sudo -Hu www-data git pull origin master