ci: update pipeline
AS Talange CI/CD Pipeline / Build & Run Unit Tests (push) Failing after 7s
AS Talange CI/CD Pipeline / Build & Run in Docker Container (push) Has been skipped

This commit is contained in:
2026-05-30 23:55:51 +02:00
parent 7743a220ef
commit d1c8883b82
+1 -3
View File
@@ -33,7 +33,5 @@ jobs:
- name: Deploy with Docker Compose - name: Deploy with Docker Compose
run: | run: |
echo "Building and restarting the application container..."
docker compose down app || true docker compose down app || true
docker compose up -d --build app docker compose up -d --build app
echo "Application is running at http://localhost:8080"