aboutsummaryrefslogtreecommitdiff
path: root/www/www-deploy.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'www/www-deploy.yaml')
-rw-r--r--www/www-deploy.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/www/www-deploy.yaml b/www/www-deploy.yaml
new file mode 100644
index 0000000..f062742
--- /dev/null
+++ b/www/www-deploy.yaml
@@ -0,0 +1,21 @@
+name: "www-deploy"
+steps:
+ - label: git clone
+ script:
+ path: "../common/git-clone.sh"
+ arguments:
+ - "https://git.adyxax.org/adyxax/www"
+ - label: make deploy
+ script:
+ path: "../common/make.sh"
+ arguments:
+ - "deploy"
+ - label: clean
+ script:
+ path: "../common/clean.sh"
+runner:
+ identity: "ssh-myth"
+ name: "ssh"
+ parameters:
+ host: "myth.adyxax.org"
+ user: "root"