diff options
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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 |
