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