From d1c8883b82cb15c449be560890162fb67684bf58 Mon Sep 17 00:00:00 2001 From: Youssef Date: Sat, 30 May 2026 23:55:51 +0200 Subject: [PATCH] ci: update pipeline --- .gitea/workflows/ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index 43aa191..d22bcea 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -33,7 +33,5 @@ jobs: - name: Deploy with Docker Compose run: | - echo "Building and restarting the application container..." docker compose down app || true - docker compose up -d --build app - echo "Application is running at http://localhost:8080" + docker compose up -d --build app \ No newline at end of file