Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-08-08 06:56:43 +00:00
parent 7df7b4567e
commit 46933bb4b7
1 changed files with 1 additions and 1 deletions

View File

@ -109,7 +109,7 @@ restart:
- echo "$SSH_KNOWN_HOSTS" > ~/.ssh/known_hosts
- chmod 644 ~/.ssh/known_hosts
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft 'minecraft:say SERVER BLABLA IN 2 MINUTES'
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft 'tellraw @a ["",{"text":"[ANNOUNCEMENT] ","color":"light_purple","bold":true},{"text":"Server restart in 2 minutes","color":"light_purple","bold":false}]'
only:
refs: