From 723dffe006c75d6add42b38c40ac72b6e94a2d30 Mon Sep 17 00:00:00 2001 From: Alexander Vorwerk Date: Wed, 12 Jan 2022 20:17:55 +0100 Subject: [PATCH] Replace deploy1002 with deployment host --- new_wikis_handler.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/new_wikis_handler.py b/new_wikis_handler.py index 229b798..b4615bf 100644 --- a/new_wikis_handler.py +++ b/new_wikis_handler.py @@ -356,7 +356,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): add_text('\n-------') add_text('**Step by step commands**:') dummy_wiki = get_dummy_wiki(shard, parts[1]) - add_text('On deploy1002:') + add_text('On deployment host:') add_text('`cd /srv/mediawiki-staging/`') add_text('`git fetch`') add_text('`git log -p HEAD..@{u}`') @@ -374,7 +374,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): url='.'.join(parts))) summary = 'Creating {db_name} ({phab})'.format( db_name=db_name, phab=task_tid) - add_text('On deploy1002:') + add_text('On deployment host:') if shard != "s3": add_text(sync_file('wmf-config/db-eqiad.php', summary)) add_text(sync_file('wmf-config/db-codfw.php', summary)) @@ -394,7 +394,7 @@ def add_create_instructions(parts, shard, language_code, db_name, task_tid): dbname=db_name, )) - add_text('On deploy1002:') + add_text('On deployment host:') add_text('`scap update-interwiki-cache`')