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