Skip to content

Commit

Permalink
fix: api endpoint
Browse files Browse the repository at this point in the history
  • Loading branch information
TAK848 committed Feb 28, 2024
1 parent b3f3e71 commit 74fa1cd
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 @@ -8,7 +8,7 @@ env:
ENV: dev
AWS_REGION: ap-northeast-1
AWS_ACCOUNT_ID: 905418376731
API_ENDPOINT: https://api.dev.magi-sche.net
API_ENDPOINT: https://api.dev.magi-sche.org

jobs:
build-and-push:
Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::905418376731:role/magische-${{ env.ENV }}-webfront-deploy
aws-region: ${{ env.AWS_REGION }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy_prd.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
uses: actions/checkout@v4

- name: configure aws credentials
uses: aws-actions/configure-aws-credentials@v1
uses: aws-actions/configure-aws-credentials@v4
with:
role-to-assume: arn:aws:iam::905418376731:role/magische-${{ env.ENV }}-webfront-deploy
aws-region: ${{ env.AWS_REGION }}
Expand Down

0 comments on commit 74fa1cd

Please sign in to comment.