Skip to content

Commit

Permalink
hotfix/ecsTest-5: deploy version 오류 예상 커밋
Browse files Browse the repository at this point in the history
  • Loading branch information
KooSuYeon committed Jan 14, 2025
1 parent b9e9031 commit b44effc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploys.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
image: ${{ steps.build-image.outputs.image }}

- name: Deploy to ECS
uses: aws-actions/amazon-ecs-deploy-task-definition@v2
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
cluster: ${{vars.AWS_ECS_CLUSTER_NAME}}
service: ${{vars.AWS_ECS_SERVICE_NAME}}
Expand Down

0 comments on commit b44effc

Please sign in to comment.