From 073ea31007e9aacf8c917cf7fc1353e7acd0c581 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Tue, 1 Mar 2022 16:14:49 +0100 Subject: [PATCH] modify Jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index 0f8bfd0..76f659b 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -74,7 +74,7 @@ pipeline { ''' sh ''' - ssh -v -o StrictHostKeyChecking=no -i $PRIV_KEY -tt ubuntu@13.48.201.185 "sudo chown root:root -R /home/ubuntu/docker-compose/volumes/https-nginx-sta> + ssh -v -o StrictHostKeyChecking=no -i $PRIV_KEY -tt ubuntu@13.48.201.185 "sudo chown root:root -R /home/ubuntu/docker-compose/volumes/https-nginx-static/kamil-zuk-cv.tk ;" ''' } }