From 813f265d894f39bf332e2d5b11384860d1531fa8 Mon Sep 17 00:00:00 2001 From: Robert Fairburn <8029478+rfairburn@users.noreply.github.com> Date: Wed, 13 Nov 2024 02:25:52 -0600 Subject: [PATCH] Deploy free.fleetdm.com first in dogfood github action --- .github/workflows/dogfood-deploy.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dogfood-deploy.yml b/.github/workflows/dogfood-deploy.yml index f17768eec7c5..bae6a032e97d 100644 --- a/.github/workflows/dogfood-deploy.yml +++ b/.github/workflows/dogfood-deploy.yml @@ -100,7 +100,10 @@ jobs: env: SLACK_WEBHOOK_URL: ${{ secrets.SLACK_G_HELP_ENGINEERING_WEBHOOK_URL }} SLACK_WEBHOOK_TYPE: INCOMING_WEBHOOK - # first we'll scale everything down and create the new task definitions + # Note: This will cause the geolite2 image to be built twice, but that cannot be avoided without refactoring the terraform to not tag it based upon timestamp. + - name: Terraform Apply Free + id: apply-free + run: terraform apply -target=module.free -target=module.migrations_free -target=module.geolite2 -auto-approve - name: Terraform Apply id: apply run: terraform apply -auto-approve