From 45d6d377d2011d8fb4ceb13bb4584df97c458525 Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Sun, 6 Feb 2022 09:23:49 +0100 Subject: [PATCH] Remove website publishing (new website is now online) --- .drone.yml | 44 +------------------------------------------- 1 file changed, 1 insertion(+), 43 deletions(-) diff --git a/.drone.yml b/.drone.yml index 96a3ae13..de5126fc 100644 --- a/.drone.yml +++ b/.drone.yml @@ -91,48 +91,6 @@ trigger: node: nix: 1 ---- -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 @@ -511,6 +469,6 @@ node: --- kind: signature -hmac: 1c33490cc2902564c4250a409c156683d0d549b8c9d5aee4e46d1bde4e0ccf2c +hmac: 928ea1bb59f3ac19b5ddd2a184f17b7c728cc355877c34e61b3d1b421544d4c3 ...