Skip to content

Commit

Permalink
feat: configure relayer cicd
Browse files Browse the repository at this point in the history
  • Loading branch information
him-bhutani7 committed Oct 6, 2023
1 parent 359487a commit 42c16b0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy_relayer.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
push:
branches:
- feat/sygma-relayer-cicd

env:
CHART_NAME: 'relayer-devnet'
CHART_PATH: './relayers/gcp/helm-charts/sygma-relayer'
Expand All @@ -28,6 +28,7 @@ jobs:
uses: actions/checkout@v3
with:
repository: sygmaprotocol/devops
ref: feat/sygma-relayer-gcp
token: ${{ secrets.GHCR_TOKEN }}

- name: set up google cloud sdk
Expand Down

0 comments on commit 42c16b0

Please sign in to comment.