Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-08-08 06:00:23 +00:00
parent c0513b7f53
commit 635aa4bb11
1 changed files with 2 additions and 2 deletions

View File

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