aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlex Auvolat <alex@adnab.me>2022-02-06 09:23:49 +0100
committerAlex Auvolat <alex@adnab.me>2022-02-06 09:25:04 +0100
commit45d6d377d2011d8fb4ceb13bb4584df97c458525 (patch)
treee932723e6c0bbdf65a462a8d6b70459471ea44eb
parent6f7ef11537115aa2b837a2c5dcc29d1de9b31ec8 (diff)
downloadgarage-45d6d377d2011d8fb4ceb13bb4584df97c458525.tar.gz
garage-45d6d377d2011d8fb4ceb13bb4584df97c458525.zip
Remove website publishing (new website is now online)
-rw-r--r--.drone.yml44
1 files changed, 1 insertions, 43 deletions
diff --git a/.drone.yml b/.drone.yml
index 96a3ae13..de5126fc 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -93,48 +93,6 @@ node:
---
kind: pipeline
-name: website
-
-steps:
- - name: build
- image: hrektts/mdbook
- commands:
- - cd doc/book
- - mdbook build
-
- - name: upload
- image: plugins/s3
- settings:
- bucket: garagehq.deuxfleurs.fr
- access_key:
- from_secret: garagehq_aws_access_key_id
- secret_key:
- from_secret: garagehq_aws_secret_access_key
- source: doc/book/book/**/*
- strip_prefix: doc/book/book/
- target: /
- path_style: true
- endpoint: https://garage.deuxfleurs.fr
- region: garage
- when:
- event:
- - push
- branch:
- - main
- repo:
- - Deuxfleurs/garage
-
-trigger:
- event:
- - custom
- - push
- - pull_request
-
-node:
- nix: 1
-
----
-kind: pipeline
type: docker
name: release-linux-x86_64
@@ -511,6 +469,6 @@ node:
---
kind: signature
-hmac: 1c33490cc2902564c4250a409c156683d0d549b8c9d5aee4e46d1bde4e0ccf2c
+hmac: 928ea1bb59f3ac19b5ddd2a184f17b7c728cc355877c34e61b3d1b421544d4c3
...