Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-09-13 15:38:22 +00:00
parent 88fc2fb988
commit e9a32813c2
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ deploy:datapacks:
- chmod 644 ~/.ssh/known_hosts
- cd datapacks
- rsync --dry-run -avz out/ "$SERVER_HOST":"$WPD_FOLDER/world/datapacks" --delete --exclude bukkit
- rsync -avz out/ "$SERVER_HOST":"$WPD_FOLDER/world/datapacks" --delete --checksum --exclude bukkit
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload"
needs: