-
Notifications
You must be signed in to change notification settings - Fork 7
Partner Team Quick Deployment Guide for Lower Environments
Megan Hicks edited this page May 13, 2024
·
8 revisions
This guide outlines steps for VRO's partner teams to independently deploy and verify feature branch changes in dev
and qa
environments without the assistance of VRO engineers.
Note: this guide does not cover code releases or deployments to higher environments such as sandbox or prod, which require the use of signed Docker images. For more detailed documentation, visit here.
- Visit
abd-vro
repo Github action here - Select your feature branch and click "Run workflow".
- Make sure your feature branch from the
abd-vro-internal
repo here has the latest commit hash.
Run SecRel workflow to publish the image
The 'Run SecRel and sign images' checkbox is necessary only for deployments in upper environments, such as sandbox
, prod-test
, and prod
.
- For the EE team, visit here.
- For the CC team, visit here.
- Select your feature branch from the dropdown.
- Select
dev
orqa
for the 'Target LHDI environment'. - Enter the first 7 characters of the commit hash or use
latest
. - Keep the rollback and shutdown chart completely checkboxes unchecked
- Click "Run workflow".