]> Git repositories of Yakumo Labs - chaotic.ninja.git/commitdiff
I banish you to the realm of the forgotten master
authorIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Sun, 22 Sep 2024 16:35:54 +0000 (13:35 -0300)
committerIzuru Yakumo <yakumo.izuru@chaotic.ninja>
Sun, 22 Sep 2024 16:35:54 +0000 (13:35 -0300)
Signed-off-by: Izuru Yakumo <yakumo.izuru@chaotic.ninja>
Jenkinsfile [deleted file]

diff --git a/Jenkinsfile b/Jenkinsfile
deleted file mode 100644 (file)
index 01d5421..0000000
+++ /dev/null
@@ -1,15 +0,0 @@
-pipeline {
-    agent any
-    stages {
-       stage('Build') {
-           steps {
-               sh '/usr/pkg/bin/aya build'
-           }
-       }
-       stage('Deploy') {
-           steps {
-               sh "/usr/pkg/bin/rsync -acv /srv/http/jenkins/workspace/YakumoLabs_chaotic.ninja_master/.pub/ /var/www/home"
-           }
-       }
-    }
-}