diff options
| author | qugalet <qugalet@m0e.space> | 2023-10-31 22:52:30 +0200 |
|---|---|---|
| committer | qugalet <qugalet@m0e.space> | 2023-10-31 22:52:30 +0200 |
| commit | efbba4507f469bee2af4c3594b13f84d6ab0cd19 (patch) | |
| tree | 48ab6ffbe209297f4cc5a28ecacdcd09ed8cd7f6 | |
| parent | 50afe5e325b4d8733078d9f9581a467510366d14 (diff) | |
| download | quga.m0e.space-efbba4507f469bee2af4c3594b13f84d6ab0cd19.tar.gz quga.m0e.space-efbba4507f469bee2af4c3594b13f84d6ab0cd19.zip | |
fix typo in drone
| -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 |
