diff --git a/.github/ansible/deploy.yaml b/.github/ansible/deploy.yaml index c06a0ef5b3..b47db6a9b5 100644 --- a/.github/ansible/deploy.yaml +++ b/.github/ansible/deploy.yaml @@ -71,7 +71,7 @@ - "[remote_storage]" - "bucket_name = '{{ bucket_name }}'" - "bucket_region = '{{ bucket_region }}'" - - "prefix_in_bucket = 'pageserver/v1'" + - "prefix_in_bucket = '{{ inventory_hostname }}'" become: true tags: - pageserver diff --git a/.github/ansible/staging.hosts b/.github/ansible/staging.hosts index 2bb28f1972..c470f8a814 100644 --- a/.github/ansible/staging.hosts +++ b/.github/ansible/staging.hosts @@ -2,6 +2,7 @@ #zenith-us-stage-ps-1 console_region_id=27 zenith-us-stage-ps-2 console_region_id=27 zenith-us-stage-ps-3 console_region_id=27 +zenith-us-stage-ps-4 console_region_id=27 [safekeepers] zenith-us-stage-sk-4 console_region_id=27