From 8490464f32983f6302e757769a7018c83e1a33c3 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 9 Sep 2024 23:15:11 +0200 Subject: Added ods deploy job --- ods/ods-deploy.yaml | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 ods/ods-deploy.yaml (limited to 'ods') diff --git a/ods/ods-deploy.yaml b/ods/ods-deploy.yaml new file mode 100644 index 0000000..f77b50c --- /dev/null +++ b/ods/ods-deploy.yaml @@ -0,0 +1,21 @@ +name: "ods-deploy" +steps: + - label: git clone + script: + path: "../common/git-clone.sh" + arguments: + - "https://git.adyxax.org/adyxax/ods" + - label: make deploy + script: + path: "../common/make.sh" + arguments: + - "deploy" + - label: clean + script: + path: "../common/clean.sh" +runner: + identity: "ssh-myth" + name: "ssh" + parameters: + host: "myth.adyxax.org" + user: "root" -- cgit v1.2.3