mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-06-23 07:04:35 +00:00
Merge pull request #556 from XinFinOrg/rpc-script-update
add step to trigger rpc deployment script update
This commit is contained in:
commit
a944232072
1 changed files with 1 additions and 0 deletions
|
|
@ -8,6 +8,7 @@
|
|||
shell: |
|
||||
export RPC_IMAGE={{ rpc_image }}
|
||||
cd {{ deploy_path }}
|
||||
git pull
|
||||
./docker-down.sh
|
||||
./docker-up-hash.sh
|
||||
docker ps
|
||||
|
|
|
|||
Loading…
Reference in a new issue