Skip to content

Commit

Permalink
Merge pull request #2 from frankcrypto2023/master
Browse files Browse the repository at this point in the history
auto deploy
  • Loading branch information
dindinw authored Feb 2, 2024
2 parents d3a76fd + 54ab906 commit 93c1550
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,10 +108,10 @@ jobs:
SSH_DEPLOY_KEY: ${{ secrets.SSH_DEPLOY_KEY }}
with:
source-directory: 'out-results'
destination-github-username: 'eth-infinitism'
destination-github-username: 'Qitmeer'
destination-repository-name: 'bundler-test-results'
user-email: dror.tirosh@gmail.com
target-branch: ${{ github.ref_name }}
user-email: cp6svaen@hotmail.com
target-branch: ${{ github.ref_name }}

# Allow one concurrent deployment
concurrency:
Expand Down
2 changes: 1 addition & 1 deletion update-results.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

resultrepo=https://github.com/eth-infinitism/bundler-test-results.git
resultrepo=https://github.com/Qitmeer/bundler-test-results.git
root=`cd \`dirname $0\`;pwd`
if [[ -z "$1" || -d "$1" ]] ; then
echo usage: $0 {out-results-clone-folder} [branch]
Expand Down

0 comments on commit 93c1550

Please sign in to comment.