Skip to content

Commit

Permalink
Typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Joshua-Douglas committed Dec 20, 2023
1 parent 4075f9f commit a526e17
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/build-deploy-ec2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: Build and Deploy to EC2
on:
workflow_call:
jobs:
build-api:
build-api-deploy:
runs-on: ubuntu-latest
needs: run-tests
defaults:
run:
shell: bash
Expand Down Expand Up @@ -39,9 +38,8 @@ jobs:
name: api
path: api/dist
retention-days: 7
build-app:
build-app-deploy:
runs-on: ubuntu-latest
needs: run-tests
defaults:
run:
shell: bash
Expand Down

0 comments on commit a526e17

Please sign in to comment.