diff options
Diffstat (limited to '')
-rw-r--r-- | ods/ods.yaml | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/ods/ods.yaml b/ods/ods.yaml deleted file mode 100644 index 5ed5ca8..0000000 --- a/ods/ods.yaml +++ /dev/null @@ -1,22 +0,0 @@ -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" |