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 --- Makefile | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index 765b488..b00e4f6 100644 --- a/Makefile +++ b/Makefile @@ -2,14 +2,22 @@ SHELL:=bash .PHONY: check check: ## make check # Check syntax of eventline jobs - evcli deploy-jobs --dry-run */*.yaml + evcli deploy-jobs --dry-run eventline/*.yaml \ + certificates/*.yaml \ + grenade-brothers/*.yaml \ + mirror-to-github/*.yaml \ + ods/*.yaml \ + www/*.yaml + evcli deploy-jobs --dry-run -p upgrades upgrades/*.yaml .PHONY: run run: ## make run # deploy all jobs evcli deploy-jobs eventline/*.yaml \ - grenade-brothers/*.yaml \ - mirror-to-github/*.yaml \ - www/*.yaml + certificates/*.yaml \ + grenade-brothers/*.yaml \ + mirror-to-github/*.yaml \ + ods/*.yaml \ + www/*.yaml evcli deploy-jobs -p upgrades upgrades/*.yaml help: -- cgit v1.2.3