Skip to content

Commit

Permalink
try genesis job 10
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 aa57e66 commit fa4eb3b
Showing 1 changed file with 19 additions and 10 deletions.
29 changes: 19 additions & 10 deletions .github/workflows/iroha2-perf-genesis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,23 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: copy file via ssh key
uses: appleboy/scp-action@master
with:
host: ${{ secrets.HOST }}
username: ${{ secrets.USERNAME }}
port: ${{ secrets.PORT }}
key: ${{ secrets.KEY }}
source: src/test/resources/iroha2_config/genesis.json
target: /opt
strip_components: 4
# - name: copy file via ssh key
# uses: appleboy/scp-action@master
# with:
# host: ${{ secrets.HOST }}
# username: ${{ secrets.USERNAME }}
# port: ${{ secrets.PORT }}
# key: ${{ secrets.KEY }}
# source: src/test/resources/iroha2_config/genesis.json
# target: /opt
# strip_components: 4
#overwrite: true
- name: rsync deployments
uses: burnett01/[email protected]
with:
switches: -avzr --delete
path: src/test/resources/iroha2_config/genesis.json
remote_path: /opt
remote_host: ${{ secrets.HOST }}
remote_user: ${{ secrets.USERNAME }}
remote_key: ${{ secrets.KEY }}

0 comments on commit fa4eb3b

Please sign in to comment.