From 76b8a427bc36c821aded1b500b8c612b84655d2e Mon Sep 17 00:00:00 2001 From: Daniel Ledda Date: Sun, 29 Aug 2021 22:54:36 +0200 Subject: [PATCH] feat: added lots of ui --- Jenkinsfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Jenkinsfile b/Jenkinsfile index e7d350a..4237bd8 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -13,7 +13,8 @@ pipeline { stage('Deploy') { steps { sh '''#!/bin/sh -rsync ./public /var/www/public/html/drums +rm -r /var/www/public/html/drums +cp ./public /var/www/public/html/drums ''' } }