Files
reallife-gamemode/.gitlab-ci.yml
2019-02-26 19:49:58 +01:00

17 lines
331 B
YAML

stages:
- build
before_script:
- "dotnet restore"
- "git lfs install"
- "git lfs pull"
build:
stage: build
only:
- develop@log-gtav/reallife-gamemode
script:
- "../gm_database_password.sh"
- "dotnet build -c ServerBuild"
- "../gm_copy_build_files.sh"
- "sudo systemctl restart ragempsrv.service"