Configured auto-deploy #23
@ -4,8 +4,10 @@ branch: dev
|
||||
|
||||
jobs:
|
||||
build and deploy:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: host
|
||||
name: Build and deploy
|
||||
volumes:
|
||||
|
||||
steps:
|
||||
- name: Update repo
|
||||
run: |
|
||||
@ -14,4 +16,4 @@ jobs:
|
||||
git checkout dev
|
||||
git pull
|
||||
dotnet ef database update
|
||||
sudo docker compose up --build -d
|
||||
sudo docker compose up --build -dz
|
Loading…
x
Reference in New Issue
Block a user