Update .gitlab-ci.yml
This commit is contained in:
parent
88fc2fb988
commit
e9a32813c2
|
@ -59,7 +59,7 @@ deploy:datapacks:
|
||||||
- chmod 644 ~/.ssh/known_hosts
|
- chmod 644 ~/.ssh/known_hosts
|
||||||
|
|
||||||
- cd datapacks
|
- 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"
|
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload"
|
||||||
needs:
|
needs:
|
||||||
|
|
Loading…
Reference in New Issue