Basic CI/CD integration #4

Merged
asohh merged 10 commits from workflows into container 2025-10-12 17:07:02 +02:00
Showing only changes of commit 7875895248 - Show all commits

fix: Resolves issue with working directory

Vincent Mahnke 2025-10-11 23:53:55 +02:00 committed by Vincent Mahnke

View file

@ -27,10 +27,8 @@ jobs:
run: |
docker build -f Containerfile -t git.hamburg.ccc.de/ccchh/sunders/web:latest .
docker push git.hamburg.ccc.de/ccchh/sunders/web:latest
working-directory: ./
- name: Start Docker Compose services
run: |
docker compose up -d --wait
docker compose down
working-directory: /