diff --git a/Jenkinsfile b/Jenkinsfile index a48fbfa..fb9a165 100644 --- a/Jenkinsfile +++ b/Jenkinsfile @@ -41,7 +41,7 @@ pipeline { pwsh "ssh -o StrictHostKeyChecking=no gamehost@entertainment 'systemctl --user stop rsemcs'" pwsh "rsync -a --update --exclude ./mods/ --exclude ./config/ ./** gamehost@entertainment:/home/gamehost/mcserver/" pwsh "rsync -a --update --delete ./mods/ gamehost@entertainment:/home/gamehost/mcserver/mods" - pwsh "rsync -a --update --delete ./config/ gamehost@entertainment:/home/gamehost/mcserver/config" + pwsh "rsync -a --update --delete --exclude '*.json' ./* gamehost@entertainment:/home/gamehost/mcserver/" pwsh "ssh gamehost@entertainment 'systemctl --user start rsemcs'" } }