feat: added lots of ui
Some checks failed
Gitea djledda.de/arne-drums/pipeline/head There was a failure building this commit

This commit is contained in:
Daniel Ledda
2021-08-29 22:54:36 +02:00
parent cdf6ef754d
commit 76b8a427bc

3
Jenkinsfile vendored
View File

@@ -13,7 +13,8 @@ pipeline {
stage('Deploy') { stage('Deploy') {
steps { steps {
sh '''#!/bin/sh sh '''#!/bin/sh
rsync ./public /var/www/public/html/drums rm -r /var/www/public/html/drums
cp ./public /var/www/public/html/drums
''' '''
} }
} }