From 5467b2bcd3fbd25488c8fe447469f01d041b35ba Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 29 Aug 2021 17:18:11 +0200 Subject: [PATCH] fix: fixed jenkinsfile --- Jenkinsfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index fddb11c..8d775ad 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,7 @@ pipeline { stage('Deploy') { steps { sh '''#!/bin/bash -/usr/bin/rsync ./public /var/www/public/html/drums' +/usr/bin/rsync ./public /var/www/public/html/drums ''' } }