Skip to content

Commit

Permalink
Merge pull request #835 from XinFinOrg/cicd-backup-rpc
Browse files Browse the repository at this point in the history
add backup rpc to cicd
  • Loading branch information
gzliudan authored Feb 6, 2025
2 parents 5e78d4f + 7c29d13 commit 65ea1c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,7 @@ jobs:
chmod 600 $HOME/.kube/config
git_hash=$(git rev-parse --short "$GITHUB_SHA")
kubectl set image deployment/devnetrpc devnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/devnetrpc2 devnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/testnetrpc testnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
kubectl set image deployment/mainnetrpc mainnetrpc=xinfinorg/devnet:dev-upgrade-${git_hash} || true
echo done
Expand Down

0 comments on commit 65ea1c5

Please sign in to comment.