Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
dwilkie committed Aug 22, 2023
1 parent 3018e5c commit e404de6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/media_proxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,9 +105,6 @@ jobs:
name: Deploy
runs-on: ubuntu-latest
if: needs.build.outputs.matrixLength > 0
defaults:
run:
working-directory: components/media_proxy

needs:
- build
Expand Down Expand Up @@ -136,7 +133,7 @@ jobs:
id: render-task-def
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: components/media_proxy/task-definition.json
task-definition: task-definition.json
container-name: media_proxy
image: ${{ env.ECR_REGISTRY }}/media-proxy:${{ env.IMAGE_TAG }}

Expand Down

0 comments on commit e404de6

Please sign in to comment.