Skip to content

Commit

Permalink
Merge pull request #15 from liatrio/force-task-deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
jburns24 authored Sep 18, 2023
2 parents 9acabf7 + d5c7a2a commit 1261528
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-infra.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
with:
task-definition: task-definition.json
container-name: knowledgeshare-ui
image: ${{ env.ecr_repository_url }}:latest
image: ${{ env.ecr_repository_url }}:${{ github.sha }}
environment-variables: "LOG_LEVEL=info"

- name: Deploy to Amazon ECS service
Expand All @@ -91,3 +91,4 @@ jobs:
task-definition: ${{ steps.render-web-container.outputs.task-definition }}
service: ${{ env.ecs_service_arn }}
cluster: ${{ env.ecs_cluster_arn }}
force-new-deployment: true

0 comments on commit 1261528

Please sign in to comment.