From dcfcdd956dcab5f2ec078a4fadd629c15e8f5bec73a66014368d4caae0f992b6 Mon Sep 17 00:00:00 2001 From: Izuru Yakumo Date: Sun, 22 Sep 2024 13:32:23 -0300 Subject: [PATCH] If it doesn't work right now, I'll remove it Signed-off-by: Izuru Yakumo --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 6ab2b1b..01d5421 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -8,7 +8,7 @@ pipeline { } stage('Deploy') { steps { - sh "/usr/pkg/bin/rsync -acv ${PWD}/.pub/ /var/www/home" + sh "/usr/pkg/bin/rsync -acv /srv/http/jenkins/workspace/YakumoLabs_chaotic.ninja_master/.pub/ /var/www/home" } } } -- 2.45.2