mirror of
https://github.com/skylanix/MamieHenriette.git
synced 2026-02-06 14:50:34 +01:00
TEST 2 échec CI
This commit is contained in:
2
.github/workflows/docker-build.yml
vendored
2
.github/workflows/docker-build.yml
vendored
@@ -65,7 +65,7 @@ jobs:
|
|||||||
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:latest
|
||||||
|
|
||||||
# Wait for container to be ready
|
# Wait for container to be ready
|
||||||
sleep 10
|
sleep 60
|
||||||
|
|
||||||
# Check if container is still running
|
# Check if container is still running
|
||||||
if docker ps | grep test-container; then
|
if docker ps | grep test-container; then
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ COPY ./database ./database
|
|||||||
COPY ./discordbot ./discordbot
|
COPY ./discordbot ./discordbot
|
||||||
COPY ./protondb ./protondb
|
COPY ./protondb ./protondb
|
||||||
COPY ./webapp ./webapp
|
COPY ./webapp ./webapp
|
||||||
COPY ./twitchbot ./twitchbot
|
#COPY ./twitchbot ./twitchbot
|
||||||
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
|
COPY zabbix_agent2.conf /etc/zabbix/zabbix_agent2.conf
|
||||||
COPY start.sh /start.sh
|
COPY start.sh /start.sh
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user