Skip to content

Commit

Permalink
chore: remove state nodes from standard release process (ethereum#1665)
Browse files Browse the repository at this point in the history
  • Loading branch information
KolbyML authored Feb 4, 2025
1 parent 5c4bbd1 commit 3b5056d
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions book/src/developers/contributing/releases/deployment.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,11 +61,8 @@ This step directs Ansible to use the current master version of trin. Read [about
- Run the deployment:
- Trin nodes:
- `ansible-playbook playbook.yml --tags trin`
- State network nodes (check with the team if there is a reason not to update them):
- Recently, we don't regularly deploy state bridge nodes (because they run for a long time and we don't want to restart them). To deploy all other state nodes, use following command:
- `ansible-playbook playbook.yml --tags state-network --limit state_stun,state_bootnode,state_regular`
- To deploy to all state network nodes:
- `ansible-playbook playbook.yml --tags state-network`
<!-- - State network nodes (check with the team if there is a reason not to update them):
- `ansible-playbook playbook.yml --tags state-network` -->
- Run Glados deployment: updates glados + portal client (currently configured as trin, but this could change)
- `cd ../../glados/ansible`
- `ansible-playbook playbook.yml --tags glados`
Expand Down

0 comments on commit 3b5056d

Please sign in to comment.