aboutsummaryrefslogtreecommitdiff
path: root/.drone.yml
diff options
context:
space:
mode:
authorQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 18:41:52 +0100
committerQuentin Dufour <quentin@deuxfleurs.fr>2023-02-21 18:42:16 +0100
commit1e9c940fd80aa6d0b7af3665b6db87a02755ab3a (patch)
treef1b5a8adba592280824dbe20f063c2b6cdbbc95d /.drone.yml
parent3b3e231bb850e57dc99d386e4e45b4c4b7bf3a97 (diff)
downloadguide.deuxfleurs.fr-1e9c940fd80aa6d0b7af3665b6db87a02755ab3a.tar.gz
guide.deuxfleurs.fr-1e9c940fd80aa6d0b7af3665b6db87a02755ab3a.zip
add drone yml
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml21
1 files changed, 21 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml
new file mode 100644
index 0000000..37bb36b
--- /dev/null
+++ b/.drone.yml
@@ -0,0 +1,21 @@
+---
+kind: pipeline
+name: default
+
+steps:
+ - name: build
+ image: ghcr.io/getzola/zola:v0.16.0
+ commands:
+ - build
+
+ - name: upload
+ image: plugins/s3
+ settings:
+ bucket: guide
+ access_key:
+ from_secret: aws_access_key_id
+ secret_key:
+ from_secret: aws_secret_acess_key
+ source: public/**/*
+ target: /
+ strip_prefix: public/