Files
ProductKnowledge/.gitea/workflows/build-deploy.yaml
LukasJuraczka e8afe6a7e5
Some checks failed
Productdefinitions Build & Deploy / deploy (push) Failing after 8s
yaml statt yml
2026-01-29 16:36:02 +01:00

16 lines
303 B
YAML

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 -f docker-compose.yaml up -d --build