From: Izuru Yakumo Date: Sun, 22 Sep 2024 16:35:54 +0000 (-0300) Subject: I banish you to the realm of the forgotten X-Git-Url: https://git.chaotic.ninja/gitweb/lab/?a=commitdiff_plain;h=HEAD;p=chaotic.ninja.git I banish you to the realm of the forgotten Signed-off-by: Izuru Yakumo --- 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" - } - } - } -}