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 11, 2024
1 parent 8a2e8d9 commit e678a57
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 @@ -59,4 +59,4 @@ jobs:
aws-region: ${{ env.AWS_REGION }}

- name: Deploy to ECS
run: aws ecs update-service --cluster cicd-test --service cicd-test --task-definition first-run-task-definition:6 --force-new-deployment
run: aws ecs update-service --cluster cicd-test --service cicd-test --task-definition first-run-task-definition:7 --force-new-deployment

0 comments on commit e678a57

Please sign in to comment.