aboutsummaryrefslogtreecommitdiff
path: root/www/www-deploy.yaml
diff options
context:
space:
mode:
authorJulien Dessaux2022-09-12 21:41:45 +0200
committerJulien Dessaux2022-09-12 21:41:45 +0200
commit1e40dd0a0cc73ba630e51e529ddc72d3e6db8e44 (patch)
tree2b26adc0fb00c09e0ed3bc57a35a8f96ed4e0cb3 /www/www-deploy.yaml
parentAdded www scripts and job (diff)
downloadev-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 'www/www-deploy.yaml')
-rw-r--r--www/www-deploy.yaml30
1 files changed, 0 insertions, 30 deletions
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"