From ce2ced1888670235021f3d29b0964619031397f8 Mon Sep 17 00:00:00 2001 From: Isah Idris <58168886+eedygreen@users.noreply.github.com> Date: Sat, 16 Mar 2024 21:57:17 +0100 Subject: [PATCH] testnet pipeline --- .github/workflows/gateway_testnet.yml | 37 ++++++++++++--------------- 1 file changed, 16 insertions(+), 21 deletions(-) diff --git a/.github/workflows/gateway_testnet.yml b/.github/workflows/gateway_testnet.yml index 272a1ce..47b38a4 100644 --- a/.github/workflows/gateway_testnet.yml +++ b/.github/workflows/gateway_testnet.yml @@ -7,10 +7,6 @@ on: release: types: - published - push: - branches: - - rpc - env: ENVIRONMENT: 'TESTNET' @@ -58,15 +54,14 @@ jobs: push: true tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }} - - # - name: slack notify - # uses: 8398a7/action-slack@v3 - # with: - # status: ${{ job.status }} - # fields: repo,message,commit,author,action,job,eventName,ref,workflow - # env: - # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - # if: always() + - name: slack notify + uses: 8398a7/action-slack@v3 + with: + status: ${{ job.status }} + fields: repo,message,commit,author,action,job,eventName,ref,workflow + env: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + if: always() deploy: @@ -111,11 +106,11 @@ jobs: cluster: 'relayer-${{ env.ENVIRONMENT }}' wait-for-service-stability: true - # - name: slack notify - # uses: 8398a7/action-slack@v3 - # with: - # status: ${{ job.status }} - # fields: repo,message,commit,author,action,job,eventName,ref,workflow - # env: - # SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} - # if: always() \ No newline at end of file + - name: slack notify + uses: 8398a7/action-slack@v3 + with: + status: ${{ job.status }} + fields: repo,message,commit,author,action,job,eventName,ref,workflow + env: + SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }} + if: always() \ No newline at end of file