diff options
| author | qugalet <qugalet@m0e.space> | 2023-10-31 23:17:28 +0200 |
|---|---|---|
| committer | qugalet <qugalet@m0e.space> | 2023-10-31 23:17:28 +0200 |
| commit | 3c155be6bada34513f29b41422712d8e8abb77de (patch) | |
| tree | 18b006f6f95bba43b17d9763f324cec9259e376f | |
| parent | e14a9e2a5906e9cae94e1be10144500aa9881d56 (diff) | |
| download | quga.m0e.space-3c155be6bada34513f29b41422712d8e8abb77de.tar.gz quga.m0e.space-3c155be6bada34513f29b41422712d8e8abb77de.zip | |
fix typo in directory mount in drone
| -rw-r--r-- | .drone.yml | 7 |
1 files changed, 3 insertions, 4 deletions
@@ -9,10 +9,9 @@ steps: clone: false volumes: - name: public - path: /var/www/qugalet_personal + path: /public commands: - - cd /var/www/qugalet_personal - - echo 1 > test + - cd /public - apk add git - git pull origin master - git submodule update @@ -21,4 +20,4 @@ steps: volumes: - name: public host: - path: /var/www/qugalet_personal + path: /var/www/qugalet |
