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