Skip to content

Commit 3b5056d

Browse files
authored
chore: remove state nodes from standard release process (#1665)
1 parent 5c4bbd1 commit 3b5056d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

book/src/developers/contributing/releases/deployment.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,8 @@ This step directs Ansible to use the current master version of trin. Read [about
6161
- Run the deployment:
6262
- Trin nodes:
6363
- `ansible-playbook playbook.yml --tags trin`
64-
- State network nodes (check with the team if there is a reason not to update them):
65-
- 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:
66-
- `ansible-playbook playbook.yml --tags state-network --limit state_stun,state_bootnode,state_regular`
67-
- To deploy to all state network nodes:
68-
- `ansible-playbook playbook.yml --tags state-network`
64+
<!-- - State network nodes (check with the team if there is a reason not to update them):
65+
- `ansible-playbook playbook.yml --tags state-network` -->
6966
- Run Glados deployment: updates glados + portal client (currently configured as trin, but this could change)
7067
- `cd ../../glados/ansible`
7168
- `ansible-playbook playbook.yml --tags glados`

0 commit comments

Comments
 (0)