diff --git a/.gitea/workflows/build-deploy.yaml b/.gitea/workflows/build-deploy.yaml index 959a624..73834d9 100644 --- a/.gitea/workflows/build-deploy.yaml +++ b/.gitea/workflows/build-deploy.yaml @@ -13,4 +13,5 @@ jobs: - name: Build and Run run: | - docker compose up -d --build --base-href /productclients/ + # Startet den Build-Prozess auf deinem Server + docker compose up -d --build