From a801d74d86eaeb7cf86327cbe8bb0bde33271760 Mon Sep 17 00:00:00 2001 From: JensBuehring Date: Wed, 7 Jan 2026 15:07:28 +0100 Subject: [PATCH] Build-yaml war doppelt --- .gitea/workflows/build-deploy.yaml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 .gitea/workflows/build-deploy.yaml diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml deleted file mode 100644 index 5e701fdd..00000000 --- a/.gitea/workflows/build-deploy.yaml +++ /dev/null @@ -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 \ No newline at end of file