summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorqugalet <qugalet@m0e.space>2023-10-31 21:52:49 +0200
committerqugalet <qugalet@m0e.space>2023-10-31 21:52:49 +0200
commit4b867f0caecdb2566bc4a29ab22fcf20d769c251 (patch)
treeecb555912552e7422eed6a15d2816cddb301439b
parente9bbc2c2862c92767b3ba8ab2ca418162fca1cba (diff)
downloadquga.m0e.space-4b867f0caecdb2566bc4a29ab22fcf20d769c251.tar.gz
quga.m0e.space-4b867f0caecdb2566bc4a29ab22fcf20d769c251.zip
create drone config
-rw-r--r--.drone.yml19
1 files changed, 19 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..e8b3bbe
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,19 @@
+---
+kind: pipeline
+type: docker
+name: default
+
+steps:
+ - name: build and copy to public
+ image: klakegg/hugo:latest
+ volumes:
+ - name: public
+ path: /var/www/qugalet_personal
+ commands:
+ - cd /var/www/qugalet_personal
+ - hugo
+
+volumes:
+ - name: public
+ host:
+ path: /var/www/qugalet_personal