Skip to content

Commit

Permalink
Merge pull request #72 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 0df41b3 + 9844090 commit d2f292f
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/aws-prod.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,6 @@ jobs:
matrix:
include:
- name: "xuexiao"
service: "${{ env.ECS_SERVICE }}"
task_definition: ".aws/task_definition.json"
container: "xuexiao"

Expand All @@ -108,6 +107,6 @@ jobs:
uses: aws-actions/amazon-ecs-deploy-task-definition@df9643053eda01f169e64a0e60233aacca83799a # v1
with:
task-definition: ${{ steps.task-def.outputs.task-definition }}
service: ${{ matrix.service }}
service: ${{ env.ECS_SERVICE }}
cluster: ${{ env.ECS_CLUSTER }}
wait-for-service-stability: true

0 comments on commit d2f292f

Please sign in to comment.