Skip to content

Commit

Permalink
テスト
Browse files Browse the repository at this point in the history
  • Loading branch information
田中雄大 committed Apr 29, 2024
1 parent fd68a3a commit 220516b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cicd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

env:
AWS_REGION: ap-northeast-1
ECS_CLUSTER: my-app-cluster
ECS_CLUSTER: cluster-test1
ECS_SERVICE: my-app-api
ECS_TASK_DEFINITION_API: cicd-section/.aws/task-def-api.json
ECR_REPOSITORY: my-app-api
Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
run: |
docker image tag temp_api_image:latest $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.sha }}
docker image push $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.sha }}
echo $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.sha }} > api_image_uri.txt
echo $ECR_REGISTRY/$ECR_REPOSITORY:${{ github.sha }} > api-image-uri.txt
- name: upload the Artifact
uses: actions/upload-artifact@v2
Expand Down

0 comments on commit 220516b

Please sign in to comment.