diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 8b92e11..9f6e0b3 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -14,4 +14,5 @@ jobs: - name: Build & deploy run: | git pull - docker compose up -d --build \ No newline at end of file + docker compose up -d --build + docker compose config \ No newline at end of file