From 5bdcc8121e1d8b68655471ffb3ba0da90fb77a9c79efce6648a994c1abd5d2b9 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Sun, 22 Sep 2024 13:35:54 -0300 Subject: [PATCH] I banish you to the realm of the forgotten Signed-off-by: Izuru Yakumo --- Jenkinsfile | 15 --------------- 1 file changed, 15 deletions(-) delete mode 100644 Jenkinsfile diff --git a/Jenkinsfile b/Jenkinsfile deleted file mode 100644 index 01d5421..0000000 --- a/Jenkinsfile +++ /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" - } - } - } -} -- 2.45.2