From 81e5667c0c799b58bd64941a298786cb1407c6305c0e80c5d131fb483af51c07 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Fri, 20 Sep 2024 10:02:27 -0300 Subject: [PATCH] I'm going to name it Explodia Signed-off-by: Izuru Yakumo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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' } } } -- 2.45.2