From d8fe8c3ea78fcf28f8bd23ff678075af527322b1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20L=C3=B8vbr=C3=B8tte=20Olsen?= Date: Thu, 23 May 2019 19:29:22 +0000 Subject: [PATCH] Update .gitlab-ci.yml --- .gitlab-ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index a2337e6..686d827 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -28,6 +28,9 @@ deploy: - chmod 644 ~/.ssh/known_hosts - rsync --dry-run -avz out/ "$SERVER_HOST":"$WPD_FOLDER" --delete --exclude bukkit + + - ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "say Reloading Resourcepacks" + - ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload" only: - master when: manual \ No newline at end of file