Skip to content

Commit

Permalink
Merge pull request #70 from ant-xuexiao/chore/update-concurrency-depl…
Browse files Browse the repository at this point in the history
…oyment-config

chore: env -> secrets
  • Loading branch information
RaoHai authored Apr 8, 2024
2 parents 3aa563c + 25fdcd2 commit 5e25f27
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ env:
ECR_REPOSITORY: xuexiao
ECR_REGISTRY: 654654285942.dkr.ecr.ap-northeast-1.amazonaws.com
ECS_CLUSTER: ${{ secrets.ECS_CLUSTER }}
ECS_SERVICE: ${{ secrets.ECS_SERVICE }}

permissions:
id-token: write # This is required for requesting the JWT
Expand Down Expand Up @@ -80,7 +81,7 @@ jobs:
matrix:
include:
- name: "xuexiao"
service: "xuexiao"
service: ${{ env.ECS_SERVICE }}
task_definition: ".aws/task_definition.json"
container: "xuexiao"

Expand Down

0 comments on commit 5e25f27

Please sign in to comment.