From d37eb6b7f2a315036d093d373bce6444edd6e033 Mon Sep 17 00:00:00 2001 From: Mihoub Debache Date: Tue, 23 Apr 2024 16:55:44 +0200 Subject: [PATCH] fix(filters): add filters ui --- .github/workflows/staging.yml | 16 +++++++++++++++- src/pages/contribution-page/index.tsx | 6 ++++-- 2 files changed, 19 insertions(+), 3 deletions(-) diff --git a/.github/workflows/staging.yml b/.github/workflows/staging.yml index 3ba0d3f..0125f29 100644 --- a/.github/workflows/staging.yml +++ b/.github/workflows/staging.yml @@ -39,9 +39,23 @@ jobs: IMAGE_ID=$(echo $IMAGE_ID | tr '[A-Z]' '[a-z]') docker push $IMAGE_ID:staging + # deploy: + # name: 💭 Update staging deployment + # runs-on: ubuntu-latest + # needs: publish-ghcr + # steps: + # - name: Deploy to Cluster + # id: kubectl-deploy + # uses: dataesr/kubectl-deploy@v1.1 + # env: + # KUBE_CONFIG: ${{ secrets.KUBE_CONFIG_DOAD_STAGING }} + # with: + # namespace: ${{ env.DEPLOYMENT_NAMESPACE }} + # restart: ${{ env.DEPLOYMENT }} + notify: name: 📢 Notify in mattermost channel - needs: publish-ghcr + needs: deploy if: always() runs-on: ubuntu-latest steps: diff --git a/src/pages/contribution-page/index.tsx b/src/pages/contribution-page/index.tsx index cd0eafb..a839413 100644 --- a/src/pages/contribution-page/index.tsx +++ b/src/pages/contribution-page/index.tsx @@ -87,16 +87,18 @@ const ContributionPage: React.FC = () => { Dernière page - +