From dbf8a0aee3dcfceea5dd8590f75fae5f1994a9de Mon Sep 17 00:00:00 2001 From: Brian Feister Date: Tue, 20 Feb 2024 19:48:39 -0700 Subject: [PATCH] split jobs out --- .github/workflows/deploy-feature.yml | 5 ++++- .github/workflows/deploy-prod.yml | 5 ++++- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy-feature.yml b/.github/workflows/deploy-feature.yml index 35f2a9b3..f54024da 100644 --- a/.github/workflows/deploy-feature.yml +++ b/.github/workflows/deploy-feature.yml @@ -13,9 +13,12 @@ permissions: contents: read # This is required for actions/checkout jobs: - DeployFeatureSST: + GitCheckoutWithEnvVars: runs-on: ubuntu-latest uses: meetnearme/api/.github/workflows/git-checkout-w-env-vars.yml@feature/env-vars + + DeployFeatureSST: + runs-on: ubuntu-latest steps: - name: Extract branch name shell: bash diff --git a/.github/workflows/deploy-prod.yml b/.github/workflows/deploy-prod.yml index 1504186b..bece27e1 100644 --- a/.github/workflows/deploy-prod.yml +++ b/.github/workflows/deploy-prod.yml @@ -13,8 +13,11 @@ permissions: contents: read # This is required for actions/checkout jobs: - DeployProdSST: + GitCheckoutWithEnvVars: + runs-on: ubuntu-latest uses: meetnearme/api/.github/workflows/git-checkout-w-env-vars.yml@feature/env-vars + + DeployProdSST: runs-on: ubuntu-latest steps: - name: Extract branch name