Gitea Workflow ordnerstruktur geändert
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 8s

This commit is contained in:
2026-01-29 16:12:23 +01:00
parent 82ed1e476f
commit d3184dfbe5
3 changed files with 4 additions and 4 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