Skip to content
This repository was archived by the owner on Oct 2, 2023. It is now read-only.

Commit 2ae8c4f

Browse files
authored
Create dotnet-server-dev.yml
1 parent a5a75e2 commit 2ae8c4f

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
name: .NET Core Deploy Release
2+
3+
on:
4+
push:
5+
branches: [ "ubuntu-dev-release" ]
6+
pull_request:
7+
branches: [ "ubuntu-dev-release" ]
8+
9+
jobs:
10+
Deploy-Dev-Build:
11+
runs-on: self-hosted
12+
steps:
13+
- run: systemctl --user stop api.service
14+
- run: cd ~/dev/back/ && git pull origin --force ubuntu-dev-release
15+
- run: systemctl --user start api.service

0 commit comments

Comments
 (0)