improve(relayer): Support dynamic handover in production (#1781) #1003
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: Deploy | |
on: | |
push: | |
branches: | |
- master | |
jobs: | |
Deploy: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Curl build and deploy webhook for GCP for UMA protocol repo | |
run: ${{ secrets.PROTOCOL_BUILD_DEPLOY_WEBHOOK }} | |
shell: bash |