diff options
| author | qugalet <qugalet@m0e.space> | 2023-10-31 22:50:33 +0200 |
|---|---|---|
| committer | qugalet <qugalet@m0e.space> | 2023-10-31 22:50:33 +0200 |
| commit | 83163938b5f8deeea1d10d40ccdf10d49dfb6d14 (patch) | |
| tree | e7cbe57f2f716bc07612dfce73ef82384eb717c6 | |
| parent | 49bd7d320f254d3f5a07edfa93b8b432042fcb24 (diff) | |
| download | quga.m0e.space-83163938b5f8deeea1d10d40ccdf10d49dfb6d14.tar.gz quga.m0e.space-83163938b5f8deeea1d10d40ccdf10d49dfb6d14.zip | |
git fix
| -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 |
