Skip to content

Commit

Permalink
try genesis job
Browse files Browse the repository at this point in the history
Signed-off-by: BAStos525 <[email protected]>
  • Loading branch information
BAStos525 committed Aug 27, 2024
1 parent 1f13432 commit 0e25412
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions .github/workflows/iroha2-perf-genesis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
name: I2-PERF::GENESIS

concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true

on:
push:
branches: [feature/DOPS-3319/genesis-external]

jobs:
registry:
runs-on: ubuntu-latest
steps:
- name: copy file via ssh key
uses: appleboy/[email protected]
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
source: src/test/resources/iroha2_config/genesis.json
target: /home/vzyabkin/docker-share-files

0 comments on commit 0e25412

Please sign in to comment.