mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-17 18:30:45 +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: |
|
shell: |
|
||||||
export RPC_IMAGE={{ rpc_image }}
|
export RPC_IMAGE={{ rpc_image }}
|
||||||
cd {{ deploy_path }}
|
cd {{ deploy_path }}
|
||||||
|
git pull
|
||||||
./docker-down.sh
|
./docker-down.sh
|
||||||
./docker-up-hash.sh
|
./docker-up-hash.sh
|
||||||
docker ps
|
docker ps
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue