Update .gitlab-ci.yml

This commit is contained in:
Daniel Løvbrøtte Olsen 2019-06-08 00:21:24 +00:00
parent 2e7f27a48d
commit 537b3cfdd7
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ deploy:
- rsync --dry-run -avz out/ "$SERVER_HOST":"$WPD_FOLDER" --delete --exclude bukkit - rsync --dry-run -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"
- ssh "$SERVER_HOST" "nix -p miniupnpc" - ssh "$SERVER_HOST" "upnpc -L"
only: only:
- master - master