Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-07-31 10:08:01 +00:00
parent ec5e556897
commit a9affd2a4c
1 changed files with 4 additions and 0 deletions

View File

@ -37,5 +37,9 @@ deploy:
- rsync -avz out/ "$SERVER_HOST":"$WPD_FOLDER" --delete --exclude bukkit - rsync -avz out/ "$SERVER_HOST":"$WPD_FOLDER" --delete --exclude bukkit
- ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload" - ssh "$SERVER_HOST" mcrcon -H localhost -p minecraft "minecraft:reload"
- cd ../resourcepack-out
- sha1sum resourcepack.zip
only: only:
- master - master