cloudnativedaysjp / dreamkast-infra

MIT License
13 stars 4 forks source link

fix: replace variable in each ecschedule.yml #3963

Closed takaishi closed 1 week ago

takaishi commented 1 week ago

Description

Fixes # (issue)

Type of change

How Has This Been Tested?

github-actions[bot] commented 1 week ago
:white_check_mark: Preview for stg ```diff ```
github-actions[bot] commented 1 week ago
:white_check_mark: Preview for prod ```diff --- arn:aws:ecs:ap-northeast-1:607167088920:service/dreamkast-prod/seaman +++ prod/seaman/service-def.jsonnet @@ -11,7 +11,6 @@ "enableECSManagedTags": true, "enableExecuteCommand": true, "forceNewDeployment": false, - "healthCheckGracePeriodSeconds": 0, "networkConfiguration": { "awsvpcConfiguration": { "assignPublicIp": "ENABLED", --- arn:aws:ecs:ap-northeast-1:607167088920:task-definition/dreamkast-prod-seaman:91 +++ prod/seaman/task-def.jsonnet @@ -90,7 +90,6 @@ "taskRoleArn": "arn:aws:iam::607167088920:role/dreamkast-prod-ecs-seaman", "volumes": [ { - "host": {}, "name": "config" } ] ```
github-actions[bot] commented 1 week ago
:white_check_mark: Preview for reviewapps ```diff ```