diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 090f111..17c932b 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -13,5 +13,4 @@ jobs: - name: Build & deploy run: | git pull - docker compose up -d --build - docker compose config \ No newline at end of file + docker compose up -d --build \ No newline at end of file