diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 6db23d37..a61ca58a 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -167,7 +167,7 @@ jobs: deploy: name: "Deploy: plone-intranet.kitconcept.dev" - uses: kitconcept/meta/.github/workflows/deploy.yml@main + uses: kitconcept/meta/.github/workflows/deploy.yml@scale-after if: ${{ always() && github.event_name != 'pull_request' && github.ref == 'refs/heads/main' && !contains(needs.*.result, 'failure') }} needs: - config @@ -180,6 +180,7 @@ jobs: stack-file: "devops/stacks/demo.yml" registry: "ghcr.io" username: ${{ github.actor }} + scale-after: "solr_reindex=1" secrets: password: ${{ secrets.DEPLOY_GHCR_READ_TOKEN }} remote-host: ${{ secrets.DEPLOY_HOST }} diff --git a/backend/Dockerfile.beispiele b/backend/Dockerfile.beispiele index 8475b480..61bf4b25 100644 --- a/backend/Dockerfile.beispiele +++ b/backend/Dockerfile.beispiele @@ -12,9 +12,10 @@ LABEL maintainer="kitconcept GmbH " \ ENV zope_i18n_compile_mo_files= # Show only our distributions ENV ALLOWED_DISTRIBUTIONS=kitconcept-intranet - # Increase Upload limit to 6MB ENV ZOPE_FORM_MEMORY_LIMIT=6MB +# Install solr add-ons +ENV SITE_SETUP_SOLR=true RUN <