diff --git a/.gitea/workflows/publish.yml b/.gitea/workflows/publish.yml index 2c434ab..f710e7f 100644 --- a/.gitea/workflows/publish.yml +++ b/.gitea/workflows/publish.yml @@ -66,8 +66,9 @@ jobs: docker compose down --remove-orphans || true - name: Rebuild & deploy - # shell: bash + shell: bash + working-directory: website run: | cd ./website - docker compose up + docker compose up --build -d --remove-orphans