Skip to content

Commit

Permalink
Updated prod dockerfile to work with updated API action workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Duncan Ragsdale <[email protected]>
  • Loading branch information
Thistleman committed Mar 7, 2024
1 parent 69c4107 commit c948ffb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deployapi.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Production to Amazon ECS/ECR
name: Deploy API to Amazon ECS/ECR

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deployworker.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Deploy Production to Amazon ECS/ECR
name: Deploy Worker to Amazon ECS/ECR

on:
workflow_dispatch:
Expand Down

0 comments on commit c948ffb

Please sign in to comment.