From f83d9f6f408484daacacb0d64053f70bab0a38e1 Mon Sep 17 00:00:00 2001 From: fellrock Date: Sat, 9 Mar 2024 15:27:37 -0300 Subject: [PATCH] =?UTF-8?q?fix(jenkinsfile):=20corrige=20endere=C3=A7o=20d?= =?UTF-8?q?estino?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jenkins/jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jenkins/jenkinsfile b/jenkins/jenkinsfile index 04bc347..0afb801 100644 --- a/jenkins/jenkinsfile +++ b/jenkins/jenkinsfile @@ -4,7 +4,7 @@ pipeline { environment { NGINX_IP = '172.18.0.3' NGINX_PORT = '80' - TARGET_FOLDER = '/mnt/user/appdata/nginx/www' + TARGET_FOLDER = 'mnt/user/appdata/nginx/www' GITHUB_REPO_URL = 'https://github.com/fellrock/fellrock.github.io.git' }