update ci/cd
This commit is contained in:
parent
3b021c484d
commit
3101c9ea76
@ -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()
|
||||
|
Loading…
x
Reference in New Issue
Block a user