Skip to content

Commit

Permalink
fix: env key
Browse files Browse the repository at this point in the history
  • Loading branch information
TAK848 committed Feb 26, 2024
1 parent 776dc3b commit a0b5b00
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy_dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -106,9 +106,9 @@ jobs:
AWS_ACCOUNT_ID: ${{ env.AWS_ACCOUNT_ID }}
ENV: ${{ env.ENV }}
IMAGE_NAME: ${{ needs.build-and-push.outputs.ecr_image_name }}
# CPU: 256
CPU: 256
# MEMORY: 512
CPU: 512
# CPU: 512
MEMORY: 1024
CPU_ARCHITECTURE: ARM64
API_ENDPOINT: https://api.dev.magi-sche.net
2 changes: 1 addition & 1 deletion infra/ecs/ecs-task-def.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
],
environment: [
{
name: 'NEXT_PUBLIC_GO_ENDPOINT',
name: 'NEXT_PUBLIC_API_ENDPOINT',
value: '{{ must_env `API_ENDPOINT` }}',
},
],
Expand Down

0 comments on commit a0b5b00

Please sign in to comment.