From 1e40dd0a0cc73ba630e51e529ddc72d3e6db8e44 Mon Sep 17 00:00:00 2001 From: Julien Dessaux Date: Mon, 12 Sep 2022 21:41:45 +0200 Subject: Renamed www-deploy to www-build to reflect what it really does --- www/www-build.yaml | 30 ++++++++++++++++++++++++++++++ www/www-deploy.yaml | 30 ------------------------------ 2 files changed, 30 insertions(+), 30 deletions(-) create mode 100644 www/www-build.yaml delete mode 100644 www/www-deploy.yaml diff --git a/www/www-build.yaml b/www/www-build.yaml new file mode 100644 index 0000000..ae9683d --- /dev/null +++ b/www/www-build.yaml @@ -0,0 +1,30 @@ +name: "www-build" +steps: + - label: git clone + script: + path: "../common/git-clone.sh" + arguments: + - "www-build" + - "https://git.adyxax.org/adyxax/www" + - label: build images + script: + path: "build-images.sh" + arguments: + - "www-build" + - label: make push + script: + path: "../common/make.sh" + arguments: + - "www-build" + - "push" + - label: clean + script: + path: "../common/clean.sh" + arguments: + - "www-build" +runner: + identity: "ssh-myth" + name: "ssh" + parameters: + host: "myth.adyxax.org" + user: "root" diff --git a/www/www-deploy.yaml b/www/www-deploy.yaml deleted file mode 100644 index 980bf87..0000000 --- a/www/www-deploy.yaml +++ /dev/null @@ -1,30 +0,0 @@ -name: "www-deploy" -steps: - - label: git clone - script: - path: "../common/git-clone.sh" - arguments: - - "www-deploy" - - "https://git.adyxax.org/adyxax/www" - - label: build images - script: - path: "build-images.sh" - arguments: - - "www-deploy" - - label: make push - script: - path: "../common/make.sh" - arguments: - - "www-deploy" - - "push" - - label: clean - script: - path: "../common/clean.sh" - arguments: - - "www-deploy" -runner: - identity: "ssh-myth" - name: "ssh" - parameters: - host: "myth.adyxax.org" - user: "root" -- cgit v1.2.3