From 1bacbb7acde4591fcc8a9028f3101d7bd34bfaf5 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Fri, 6 Dec 2019 10:26:58 -0500 Subject: [PATCH] test pull --- .drone.yml | 5 +++-- 1 file 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