aboutsummaryrefslogtreecommitdiff
path: root/ods/ods-deploy.yaml
diff options
context:
space:
mode:
authorJulien Dessaux2024-09-20 15:57:26 +0200
committerJulien Dessaux2024-09-20 15:57:26 +0200
commitf1ea6ed96ac9b74adc653274282c412fe1d75875 (patch)
tree645df8ccb376c60533a5eab828028146fd0502cd /ods/ods-deploy.yaml
parentremove eventline self deploy job (diff)
downloadev-scripts-f1ea6ed96ac9b74adc653274282c412fe1d75875.tar.gz
ev-scripts-f1ea6ed96ac9b74adc653274282c412fe1d75875.tar.bz2
ev-scripts-f1ea6ed96ac9b74adc653274282c412fe1d75875.zip
Updated ods deploy job
Diffstat (limited to '')
-rw-r--r--ods/ods-deploy.yaml11
1 files changed, 8 insertions, 3 deletions
diff --git a/ods/ods-deploy.yaml b/ods/ods-deploy.yaml
index 4602111..5e96344 100644
--- a/ods/ods-deploy.yaml
+++ b/ods/ods-deploy.yaml
@@ -1,15 +1,20 @@
name: "ods-deploy"
steps:
- - label: git clone
+ - label: "git clone"
script:
path: "../common/git-clone.sh"
arguments:
- "https://git.adyxax.org/adyxax/ods"
- - label: make deploy
+ - label: "build"
+ script:
+ path: "../common/make.sh"
+ arguments:
+ - "container-build"
+ - label: "deploy"
script:
path: "../common/make.sh"
arguments:
- "deploy"
- - label: clean
+ - label: "clean"
script:
path: "../common/clean.sh"