diff options
author | Julien Dessaux | 2022-09-12 21:41:45 +0200 |
---|---|---|
committer | Julien Dessaux | 2022-09-12 21:41:45 +0200 |
commit | 1e40dd0a0cc73ba630e51e529ddc72d3e6db8e44 (patch) | |
tree | 2b26adc0fb00c09e0ed3bc57a35a8f96ed4e0cb3 | |
parent | Added www scripts and job (diff) | |
download | ev-scripts-1e40dd0a0cc73ba630e51e529ddc72d3e6db8e44.tar.gz ev-scripts-1e40dd0a0cc73ba630e51e529ddc72d3e6db8e44.tar.bz2 ev-scripts-1e40dd0a0cc73ba630e51e529ddc72d3e6db8e44.zip |
Renamed www-deploy to www-build to reflect what it really does
Diffstat (limited to '')
-rw-r--r-- | www/www-build.yaml (renamed from www/www-deploy.yaml) | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/www/www-deploy.yaml b/www/www-build.yaml index 980bf87..ae9683d 100644 --- a/www/www-deploy.yaml +++ b/www/www-build.yaml @@ -1,27 +1,27 @@ -name: "www-deploy" +name: "www-build" steps: - label: git clone script: path: "../common/git-clone.sh" arguments: - - "www-deploy" + - "www-build" - "https://git.adyxax.org/adyxax/www" - label: build images script: path: "build-images.sh" arguments: - - "www-deploy" + - "www-build" - label: make push script: path: "../common/make.sh" arguments: - - "www-deploy" + - "www-build" - "push" - label: clean script: path: "../common/clean.sh" arguments: - - "www-deploy" + - "www-build" runner: identity: "ssh-myth" name: "ssh" |