summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.drone.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
index e8b3bbe..b14b6f5 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,11 +6,14 @@ name: default
steps:
- name: build and copy to public
image: klakegg/hugo:latest
+ clone: false
volumes:
- name: public
path: /var/www/qugalet_personal
commands:
- cd /var/www/qugalet_personal
+ - git pull origin master
+ - git submodule update
- hugo
volumes: