Skip to content

Commit

Permalink
testnet pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Mar 16, 2024
1 parent c807190 commit ce2ced1
Showing 1 changed file with 16 additions and 21 deletions.
37 changes: 16 additions & 21 deletions .github/workflows/gateway_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,6 @@ on:
release:
types:
- published
push:
branches:
- rpc


env:
ENVIRONMENT: 'TESTNET'
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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()
- 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()

0 comments on commit ce2ced1

Please sign in to comment.