Skip to content

Commit

Permalink
chore: env -> secrets
Browse files Browse the repository at this point in the history
  • Loading branch information
RaoHai committed Apr 8, 2024
1 parent bbd8289 commit 9844090
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 9844090

Please sign in to comment.