Publish DataService

This commit is contained in:
hydrant
2019-09-17 23:41:29 +02:00
parent 5750d50968
commit e7a33b4e07
2 changed files with 5 additions and 0 deletions

View File

@@ -15,5 +15,7 @@ build:
- "cd ReallifeGamemode.Client/"
- "npm ci"
- "npm run build:server"
- "cd ../ReallifeGamemode.DataService"
- "dotnet publish -c Release -r linux-x64"
- "cd ../"
- "sudo ../gm_copy_build_files.sh"