Skip to content

Commit

Permalink
split jobs out
Browse files Browse the repository at this point in the history
  • Loading branch information
brianfeister committed Feb 21, 2024

Verified

This commit was signed with the committer’s verified signature.
yuetloo yuetloo
1 parent 4a99eda commit dbf8a0a
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/deploy-feature.yml
Original file line number Diff line number Diff line change
@@ -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
5 changes: 4 additions & 1 deletion .github/workflows/deploy-prod.yml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit dbf8a0a

Please sign in to comment.