aboutsummaryrefslogtreecommitdiff
path: root/grenade-brothers/deploy.yaml
diff options
context:
space:
mode:
authorJulien Dessaux2022-10-20 00:13:45 +0200
committerJulien Dessaux2022-10-20 00:13:45 +0200
commitb88441c2aa3a2cb443112960e8698453e32ac3b6 (patch)
tree7e174dfb9c0895575d69edd8e06c61b523aec429 /grenade-brothers/deploy.yaml
parentAdded simple system upgrade scripts (diff)
downloadev-scripts-b88441c2aa3a2cb443112960e8698453e32ac3b6.tar.gz
ev-scripts-b88441c2aa3a2cb443112960e8698453e32ac3b6.tar.bz2
ev-scripts-b88441c2aa3a2cb443112960e8698453e32ac3b6.zip
Added grenade-brothers scripts and jobs
Diffstat (limited to 'grenade-brothers/deploy.yaml')
-rw-r--r--grenade-brothers/deploy.yaml21
1 files changed, 21 insertions, 0 deletions
diff --git a/grenade-brothers/deploy.yaml b/grenade-brothers/deploy.yaml
new file mode 100644
index 0000000..8a5c62d
--- /dev/null
+++ b/grenade-brothers/deploy.yaml
@@ -0,0 +1,21 @@
+name: "grenade-brothers-deploy"
+steps:
+ - label: git clone
+ script:
+ path: "../common/git-clone.sh"
+ arguments:
+ - "https://git.adyxax.org/adyxax/grenade-brothers"
+ - 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"