Skip to content

Add CI

Add CI #3

Workflow file for this run

name: Deploy helix relayer
on:
push:
branches: [main]
workflow_dispatch:
pull_request:
branches: [main]
jobs:
register:
name: Register helix relayer
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Regiser
env:
HELIXBRIDGE_CLI_VERSION: v0.0.1
run: |
docker run -i --rm \
--name=helixbridge \
-v=$PWD:/relayer \
ghcr.io/helix-bridge/helixbridge-cli:${HELIXBRIDGE_CLI_VERSION} \
register --datadir=/relayer --group=itering