From 687ad161e988eccc939b8e2ae5475c0c8df33872 Mon Sep 17 00:00:00 2001 From: njgheorghita Date: Mon, 27 Nov 2023 10:19:55 -0500 Subject: [PATCH] docs: add pull latest master deployment scripts to deployment steps --- book/src/developers/contributing/releases/deployment.md | 1 + 1 file changed, 1 insertion(+) diff --git a/book/src/developers/contributing/releases/deployment.md b/book/src/developers/contributing/releases/deployment.md index 916b5e4fd..858cf30ba 100644 --- a/book/src/developers/contributing/releases/deployment.md +++ b/book/src/developers/contributing/releases/deployment.md @@ -50,6 +50,7 @@ This step directs Ansible to use the current master version of trin. Read [about - [Glados](http://glados.ethportal.net/content/) - [Grafana](https://trin-bench.ethdevops.io/d/e23mBdEVk/trin-metrics?orgId=1) - Activate the virtual environment in the cluster repo: `. venv/bin/activate` +- Make sure you've pulled the latest master branch of the deployment scripts, to include any recent changes: `git pull origin master` - Go into Portal section of Ansible: `cd portal-network/trin/ansible/` - Run the deployment: `ansible-playbook playbook.yml --tags trin` - Wait for completion