update ci/cd
Some checks failed
CI/CD Docker Compose / Validate (push) Successful in 6s
CI/CD Docker Compose / deploy-and-test (push) Failing after 6m12s

This commit is contained in:
Hubert Cornet 2025-01-30 19:55:39 +01:00
parent 3b021c484d
commit 3101c9ea76

View File

@ -58,7 +58,7 @@ jobs:
#
- name: Building images
run: |
docker-compose build
docker compose build
# - name: Create necessary Docker networks
# run: |
@ -84,10 +84,10 @@ jobs:
echo "Checking the routing and availability of application via Traefik..."
timeout 5m bash -c 'while ! curl -fsSLk "https://docuseal.tips-of-mine.com"; do echo "Waiting for the application to be ready..."; sleep 10; done'
- name: Inspect Network Configuration
run: |
docker network inspect back_network
docker network inspect traefik_front_network
# - name: Inspect Network Configuration
# run: |
# docker network inspect back_network
# docker network inspect traefik_front_network
- name: Shutdown Docker Compose services
if: always()