From d5519bc51617695eb956a68cdbbbdb2911e63cf9 Mon Sep 17 00:00:00 2001 From: Luke Heath Date: Fri, 9 Sep 2022 10:31:24 -0500 Subject: [PATCH] Update deploying to dogfood instructions. (#7625) --- handbook/engineering/README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/handbook/engineering/README.md b/handbook/engineering/README.md index 986102960f..9d5d020a07 100644 --- a/handbook/engineering/README.md +++ b/handbook/engineering/README.md @@ -148,11 +148,13 @@ How to deploy a new release to dogfood: 1. Head to the **Tags** page on the fleetdm/fleet Docker Hub: https://hub.docker.com/r/fleetdm/fleet/tags 2. In the **Filter tags** search bar, type in the latest release (ex. v4.19.0). -3. Locate the tag for the new release and copy the image name. An example image name is "fleetdm/fleet:v4.19.0." +3. Locate the tag for the new release and copy the image name. An example image name is "fleetdm/fleet:v4.19.0". 4. Head to the "Deploy Dogfood Environment" action on GitHub: https://github.com/fleetdm/fleet/actions/workflows/dogfood-deploy.yml 5. Select **Run workflow** and paste the image name in the **The image tag wished to be deployed.** field. 6. Select **Run workflow**. **main** should be selected under the **Use workflow from** field. +> Note that this action will not handle down migrations. Always deploy a newer version than is currently deployed. + ## On-call rotation ### In this section