summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 23:17:28 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 23:17:28 +0200
commit3c155be6bada34513f29b41422712d8e8abb77de (patch)
tree18b006f6f95bba43b17d9763f324cec9259e376f
parente14a9e2a5906e9cae94e1be10144500aa9881d56 (diff)
downloadquga.m0e.space-3c155be6bada34513f29b41422712d8e8abb77de.tar.gz
quga.m0e.space-3c155be6bada34513f29b41422712d8e8abb77de.zip
fix typo in directory mount in drone
-rw-r--r--.drone.yml7
1 files changed, 3 insertions, 4 deletions
diff --git a/.drone.yml b/.drone.yml
index 3269e16..99bb759 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -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