Build-yaml war doppelt

This commit is contained in:
2026-01-07 15:07:28 +01:00
parent 0b88783ace
commit a801d74d86

View File

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