diff options
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |
