Browse Source

GITLAB Variablen für RCON Passwort verwendet

master
Niels Peretzke 5 years ago
parent
commit
37309f21c5
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      .gitlab-ci.yml

+ 1
- 0
.gitlab-ci.yml View File

@ -9,6 +9,7 @@ build1:
script:
- ~/pawncc gamemodes/gamemode.pwn -iinclude "-;+" -v2 -d3 -Z+
- cp ./gamemode.amx ~/server/gamemodes
- ~/rcon/rcon -h 127.0.0.1 -P 7777 -p "$RCON_PASSWORD" -c gmx
artifacts:
paths:
- ./gamemode.amx


Loading…
Cancel
Save