Actualiser .gitea/workflows/ci-develop.yml
Deployment Verification / deploy-and-test (push) Failing after 8s

This commit is contained in:
2024-11-17 21:27:56 +01:00
parent 75615ccc9f
commit 75f4fadba0
+1 -1
View File
@@ -22,7 +22,7 @@ jobs:
- name: Create necessary Docker networks
run: |
docker network create back_network_{ vars.APPLICATION_NAME } || true
docker network create back_network || true
docker network create traefik_front_network || true
- name: Start up services using Docker Compose