Skip to content

Commit

Permalink
hardcode stable image for rpc deployment (temporary)
Browse files Browse the repository at this point in the history
  • Loading branch information
wanwiset25 authored and JukLee0ira committed Sep 19, 2024
1 parent 925c200 commit e821170
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion cicd/ansible/playbooks/update-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,9 @@

tasks:
- name: Update RPC image version
# export RPC_IMAGE={{ rpc_image }}
shell: |
export RPC_IMAGE={{ rpc_image }}
export RPC_IMAGE=xinfinorg/devnet:dev-upgrade-stable-5024107
cd {{ deploy_path }}
git pull
./docker-down.sh
Expand Down

0 comments on commit e821170

Please sign in to comment.