Skip to content

Commit

Permalink
Fix: handle error of repository not found
Browse files Browse the repository at this point in the history
  • Loading branch information
D-w-nJ committed Sep 16, 2023
1 parent d04b4e4 commit 3d0dc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
## ECS task 정의
- name: Push the image ID in the ECS task definition
id: task-def
uses: aws-actions/amazon-ecr-render-task-definition@v1
uses: aws-actions/amazon-ecs-render-task-definition@v1
with:
task-definition: task-definition.json
container-name: be-container
image: ${{ steps.build-image.outputs.image }}
## ECS 실행
- name: Deploy ECS task definition
uses: aws-actions/amazon-ecr-deploy-task-definition@v1
uses: aws-actions/amazon-ecs-deploy-task-definition@v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: sroom-service
Expand Down

0 comments on commit 3d0dc04

Please sign in to comment.