From 4a0c544cbfc42d5b1a16d89857eb45c26af47249 Mon Sep 17 00:00:00 2001 From: Puechberty Arthur Date: Wed, 10 Jun 2026 22:03:11 +0200 Subject: [PATCH] test deploy --- .github/workflows/deploy.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index b5e6e2f..0b72aed 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -16,4 +16,5 @@ jobs: run: | docker compose down || true docker compose build - docker compose up -d \ No newline at end of file + docker compose up -d + \ No newline at end of file