summary refs log tree commit diff
path: root/.drone.yml
diff options
context:
space:
mode:
authorBen Harris <ben@tilde.team>2019-12-06 10:26:58 -0500
committerBen Harris <ben@tilde.team>2019-12-06 10:26:58 -0500
commit1bacbb7acde4591fcc8a9028f3101d7bd34bfaf5 (patch)
treefc1900411e6714ca8c4bb331b9e3ce2d83cfcd82 /.drone.yml
parent0f876647830bab9ce2017f37f216fd3bb3d66f36 (diff)
test pull
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index f00d684..45fc21e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -14,6 +14,7 @@ server:
 steps:
     - name: hello
       commands:
-          - echo hello world
-          - head -n5 /home/ben/insults.txt
+          - cd /var/www/benharr.is
+          - git status
+          - sudo -u www-data git pull origin master