From 5d746234e9a4bf9fddaa2c14036245623d534f68 Mon Sep 17 00:00:00 2001 From: Anna Prosvetova Date: Fri, 25 Jun 2021 20:08:01 +0300 Subject: [PATCH] Trigger update reindex after artifacts upload (#542) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: あく --- .github/workflows/ci.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6d959d92..343ce420 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -139,6 +139,11 @@ jobs: remote_user: ${{ secrets.RSYNC_DEPLOY_USER }} remote_key: ${{ secrets.RSYNC_DEPLOY_KEY }} + - name: Trigger reindex + uses: wei/curl@master + with: + args: -X POST -F 'key=${{ secrets.REINDEX_KEY }}' ${{ secrets.REINDEX_URL }} + genpic: name: Generate pic needs: upload