summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 22:50:33 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 22:50:33 +0200
commit83163938b5f8deeea1d10d40ccdf10d49dfb6d14 (patch)
treee7cbe57f2f716bc07612dfce73ef82384eb717c6
parent49bd7d320f254d3f5a07edfa93b8b432042fcb24 (diff)
downloadquga.m0e.space-83163938b5f8deeea1d10d40ccdf10d49dfb6d14.tar.gz
quga.m0e.space-83163938b5f8deeea1d10d40ccdf10d49dfb6d14.zip
git fix
-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