From: Izuru Yakumo Date: Fri, 20 Sep 2024 13:02:27 +0000 (-0300) Subject: I'm going to name it Explodia X-Git-Url: https://git.chaotic.ninja/gitweb/lab/?a=commitdiff_plain;h=81e5667c0c799b58bd64941a298786cb1407c6305c0e80c5d131fb483af51c07;p=chaotic.ninja.git I'm going to name it Explodia Signed-off-by: Izuru Yakumo --- diff --git a/Jenkinsfile b/Jenkinsfile index ba0adf6..7f0fe45 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } stage('Deploy') { steps { - sh '/usr/pkg/bin/aya publish' + sh '/usr/pkg/bin/rsync -acv .pub/ /var/www/home' } } }