Skip to content

Commit

Permalink
testing remote build
Browse files Browse the repository at this point in the history
  • Loading branch information
eedygreen committed Mar 10, 2024
1 parent 9ef0901 commit 13f2338
Showing 1 changed file with 11 additions and 12 deletions.
23 changes: 11 additions & 12 deletions .github/workflows/gateway_testnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,8 @@ on:
env:
ENVIRONMENT: 'TESTNET'
REGISTRY: 'ghcr.io'
TAG: 'stable'
TAG: 'rpc-gateway'
AWS_TESTNET: '${{ secrets.AWS_ARN }}'
PROJECT: 'rpc-gateway'

jobs:
push:
Expand Down Expand Up @@ -49,16 +48,16 @@ jobs:
with:
context: "https://github.com/0xProject/rpc-gateway.git"
push: true
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.PROJECT }}

# - 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()
tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ env.TAG }}

- 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

0 comments on commit 13f2338

Please sign in to comment.