Skip to content

Commit d6534cf

Browse files
committed
add deploy step
1 parent f316094 commit d6534cf

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

.github/workflows/develop.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,3 +52,9 @@ jobs:
5252
task-definition-arn: ${{ secrets.AWS_ECS_TASK_DEFINITION_ARN }}
5353
container-name: ${{ secrets.AWS_ECS_CONTAINER_NAME }}
5454
image: ${{ env.DOCKER_REPO }}:${{ env.DOCKER_TAG }}
55+
56+
- name: deploy to ecs service
57+
id: deploy-to-ecs-service
58+
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
59+
with:
60+
task-definition: ${{ steps.render-ecs-task-definition.outputs.task-definition }}

0 commit comments

Comments
 (0)