Update .gitlab-ci.yml
This commit is contained in:
parent
d8fe8c3ea7
commit
74ba37796a
|
@ -29,7 +29,7 @@ deploy:
|
|||
|
||||
- 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:say Reloading Resourcepacks"
|
||||
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload"
|
||||
only:
|
||||
- master
|
||||
|
|
Loading…
Reference in New Issue