Skip to content

Commit

Permalink
try genesis job 4
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 4181417 commit ab95e39
Showing 1 changed file with 9 additions and 8 deletions.
17 changes: 9 additions & 8 deletions .github/workflows/iroha2-perf-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,16 @@ on:
branches: [feature/DOPS-3319/genesis-external]

jobs:
registry:
genesis:
runs-on: ubuntu-latest
steps:
- name: Copy to Remote Server
uses: pierrickdelrieu/[email protected]
- uses: actions/checkout@v4
- name: copy file via ssh key
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
ssh_port: ${{ secrets.PORT }}
ssh_username: ${{ secrets.USERNAME }}
ssh_key: ${{ secrets.KEY }}
source_dir: src/test/resources/iroha2_config
destination_dir: /home/vzyabkin/docker-share-files
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 ab95e39

Please sign in to comment.