summaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 2204e12..410e75e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -5,14 +5,14 @@ name: default
steps:
- name: build and copy to public
- image: alpine:latest
+ image: klakegg/hugo:alpine
clone: false
volumes:
- name: public
path: /var/www/qugalet_personal
commands:
- cd /var/www/qugalet_personal
- - pkg install git
+ - apk install git
- git pull origin master
- git submodule update
- hugo