Skip to content

Commit

Permalink
Merge pull request #57 from supership-jp/issue/fix-buildspec
Browse files Browse the repository at this point in the history
buildspec, タスク定義修正
  • Loading branch information
NaoyukiGouko authored Oct 29, 2024
2 parents 921c843 + 1b955eb commit a2a5eac
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manager/buildspecs/production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ phases:
- WEBHOOK_EVENT=$GITHUB_EVENT_NAME
- |
case "$GITHUB_REF" in
refs/heads/master)
refs/heads/main)
ENVIRONMENT_SUFFIX=e1
;;
refs/heads/rc/*)
Expand Down
2 changes: 1 addition & 1 deletion manager/task-definitions/production.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{
"essential": true,
"image": "(Value replaced by Makefile)",
"name": "adm-delivery-dm",
"name": "touchgift-job",
"cpu": 1024,
"memory": 2048,
"memoryReservation": 1024,
Expand Down

0 comments on commit a2a5eac

Please sign in to comment.