From 576558adcf00dbf40ed599b9cb11b720bef47b78 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Fri, 20 Sep 2024 23:14:07 +0200 Subject: Reworked ODS job to handle the necessary git-crypt unlock --- ods/ods.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 ods/ods.yaml (limited to 'ods/ods.yaml') diff --git a/ods/ods.yaml b/ods/ods.yaml new file mode 100644 index 0000000..5ed5ca8 --- /dev/null +++ b/ods/ods.yaml @@ -0,0 +1,22 @@ +identities: + - "gpg" + - "ssh" +name: "ods" +steps: + - label: "git clone" + script: + path: "../common/git-clone.sh" + arguments: + - "https://git.adyxax.org/adyxax/ods" + - label: "build and deploy" + script: + path: "./ods.sh" + - label: "clean" + script: + path: "../common/clean.sh" +runner: + identity: "ssh" + name: "ssh" + parameters: + host: "lore.adyxax.org" + user: "root" -- cgit v1.2.3