From 43f1aff93c69dd2704d273ef96e141edc26a98f3 Mon Sep 17 00:00:00 2001 From: Nick Muerdter <12112+GUI@users.noreply.github.com> Date: Mon, 20 Jul 2026 18:13:14 -0600 Subject: [PATCH] Reenable production deploys after dry-run tests. Part of the larger, manual rollout of the deployment changes in https://github.com/NatLabRockies/REopt_API/pull/714 --- .github/workflows/deploy.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9be14ee7a..fe42733d0 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -114,9 +114,6 @@ jobs: metadata: ${{ needs.deploy-metadata.outputs.production-metadata }} vault-registry-credentials-path: secret/data/deploy/common/aws-ecr vault-kubeconfig-path: secret/data/deploy/production/on-prem-rancher-ponderosa-cluster-reopt - # FIXME: Temporarily disable deploys and perform a dry run so we can see - # how all this would get rolled out once we merge with `main`. - dry-run: true secrets: vault-role-id: ${{ secrets.VAULT_ROLE_ID }} vault-secret-id: ${{ secrets.VAULT_SECRET_ID }}