mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
add step to trigger deployment script update
This commit is contained in:
parent
b718f3593c
commit
1d18796a6b
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