Gitea Workflow hinzugefügt

This commit is contained in:
2026-01-29 15:55:35 +01:00
parent 695772949f
commit 82ed1e476f
3 changed files with 45 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
name: Productdefinitions Build & Deploy
on:
push:
branches: [development]
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- name: Checkout Code
uses: actions/checkout@v3
- name: Build and Run
run: |
docker compose up -d --build