Configured auto-deploy #23

Merged
Lisoveliy merged 14 commits from dev into main 2025-07-18 16:00:48 +02:00
Showing only changes of commit 3b8278ba66 - Show all commits

View File

@ -4,8 +4,10 @@ branch: dev
jobs: jobs:
build and deploy: build and deploy:
runs-on: ubuntu-latest runs-on: host
name: Build and deploy name: Build and deploy
volumes:
steps: steps:
- name: Update repo - name: Update repo
run: | run: |
@ -14,4 +16,4 @@ jobs:
git checkout dev git checkout dev
git pull git pull
dotnet ef database update dotnet ef database update
sudo docker compose up --build -d sudo docker compose up --build -dz