aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--GNUmakefile10
-rw-r--r--eventline/ev-scripts-deploy.yaml17
2 files changed, 6 insertions, 21 deletions
diff --git a/GNUmakefile b/GNUmakefile
index b00e4f6..6b0a0d9 100644
--- a/GNUmakefile
+++ b/GNUmakefile
@@ -2,23 +2,25 @@ SHELL:=bash
.PHONY: check
check: ## make check # Check syntax of eventline jobs
- evcli deploy-jobs --dry-run eventline/*.yaml \
+ evcli deploy-jobs --dry-run \
certificates/*.yaml \
grenade-brothers/*.yaml \
mirror-to-github/*.yaml \
ods/*.yaml \
www/*.yaml
- evcli deploy-jobs --dry-run -p upgrades upgrades/*.yaml
+ evcli deploy-jobs --dry-run -p upgrades \
+ upgrades/*.yaml
.PHONY: run
run: ## make run # deploy all jobs
- evcli deploy-jobs eventline/*.yaml \
+ evcli deploy-jobs \
certificates/*.yaml \
grenade-brothers/*.yaml \
mirror-to-github/*.yaml \
ods/*.yaml \
www/*.yaml
- evcli deploy-jobs -p upgrades upgrades/*.yaml
+ evcli deploy-jobs -p upgrades \
+ upgrades/*.yaml
help:
@grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-20s\033[0m %s\n", $$1, $$2}'
diff --git a/eventline/ev-scripts-deploy.yaml b/eventline/ev-scripts-deploy.yaml
deleted file mode 100644
index cfb961b..0000000
--- a/eventline/ev-scripts-deploy.yaml
+++ /dev/null
@@ -1,17 +0,0 @@
-name: "ev-scripts-deploy"
-steps:
- - label: git clone
- script:
- path: "../common/git-clone.sh"
- arguments:
- - "https://git.adyxax.org/adyxax/ev-scripts"
- - label: make run
- script:
- path: "../common/make.sh"
- arguments:
- - "run"
- - label: clean
- script:
- path: "../common/clean.sh"
-identities:
- - eventline-self