Skip to content

Commit

Permalink
Merge pull request #52 from cofinder-team/develop
Browse files Browse the repository at this point in the history
Add M3 enums and update ECR repository address
  • Loading branch information
BEMELON authored Nov 29, 2023
2 parents ad791a5 + fb4e6d9 commit ff2b192
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "238681318294.dkr.ecr.ap-northeast-2.amazonaws.com/cofinder-api:latest",
"Name": "183743639527.dkr.ecr.ap-northeast-2.amazonaws.com/cofinder-api",
"Update": "true"
},
"Ports": [
Expand Down
2 changes: 1 addition & 1 deletion develop-Dockerrun.aws.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"AWSEBDockerrunVersion": "1",
"Image": {
"Name": "238681318294.dkr.ecr.ap-northeast-2.amazonaws.com/cofinder-dev-api:latest",
"Name": "183743639527.dkr.ecr.ap-northeast-2.amazonaws.com/cofinder-dev-api",
"Update": "true"
},
"Ports": [
Expand Down
3 changes: 3 additions & 0 deletions src/lib/enums/chip.enum.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ export enum Chip {
M2 = 'M2',
M2PRO = 'M2PRO',
M2MAX = 'M2MAX',
M3 = 'M3',
M3PRO = 'M3PRO',
M3MAX = 'M3MAX',
A12 = 'A12',
A12Z = 'A12Z',
A13 = 'A13',
Expand Down

0 comments on commit ff2b192

Please sign in to comment.