Skip to content

Commit

Permalink
Change workflow implementation to use different files for each step
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcus Sanchez committed Sep 27, 2024
1 parent 9cba82b commit 6be8660
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-steps.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Build and Push to ECR Steps

on:
workflow_call:

jobs:
build:
runs-on: ubuntu-latest
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/deploy-steps.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: Deploy to EKS Steps

on:
workflow_call:

jobs:
deploy:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 6be8660

Please sign in to comment.