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