DNXLabs / one-cli

CLI to manage all stacks from DNX.
https://cli.dnx.one
Apache License 2.0
7 stars 0 forks source link

Inject extra environments to app deploy #106

Closed arthurbdiniz closed 3 years ago

arthurbdiniz commented 3 years ago

Signed-off-by: Arthur Diniz arthurbdiniz@gmail.com

Proposed Changes

workspaces:
  bubbletea2-services:
    aws:
      account_id: *********
      role: *********
      region: ap-southeast-2
  bubbletea2-nonprod:
    aws:
      account_id: *********
      role: *********
      region: ap-southeast-2
    environment:
      - MEMORY: 1024
      - COMMAND: apache2-foreground
      - AWS_ACCOUNT_ID: *********
      - ENVIRONMENT_NAME: dev
    ecs_cluster_name: dev-apps