Update .gitlab-ci.yml
This commit is contained in:
parent
c0513b7f53
commit
635aa4bb11
|
@ -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"
|
||||
|
||||
|
|
Loading…
Reference in New Issue