Skip to content

Commit

Permalink
try genesis job 2
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 0e25412 commit 011e16e
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/iroha2-perf-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,12 @@ jobs:
registry:
runs-on: ubuntu-latest
steps:
- name: copy file via ssh key
uses: appleboy/[email protected].7
- name: Copy to Remote Server
uses: pierrickdelrieu/[email protected].0
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
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

0 comments on commit 011e16e

Please sign in to comment.