Skip to content

Commit

Permalink
Update deployment.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
dudgns3443 authored Dec 12, 2024
1 parent 7deb4eb commit 769193d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -66,4 +66,4 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Deploy to ECS
run: aws ecs update-service --cluster {{env.ECS_CLUSTER_NAME}} --service {{env.ECS_SERVICE_NAME}} --task-definition {{ECS_TASK_DEFI}} --force-new-deployment
run: aws ecs update-service --cluster {{env.ECS_CLUSTER_NAME}} --service {{env.ECS_SERVICE_NAME}} --task-definition {{env.ECS_TASK_DEFI}} --force-new-deployment

0 comments on commit 769193d

Please sign in to comment.