Skip to content

Commit

Permalink
Put under foo app
Browse files Browse the repository at this point in the history
  • Loading branch information
reachfh committed Jan 2, 2024
1 parent 49f487c commit 92613be
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ on: push
# types: [opened,synchronize,reopened,labeled,unlabeled]
env:
# Name of image
IMAGE_NAME: absinthe-app
IMAGE_NAME: foo-api
# Name of org in GHCR Docker repository (must be lowercase)
IMAGE_OWNER: ${{ github.repository_owner }}
# ECR Docker repository org name, may be blank
Expand Down Expand Up @@ -59,10 +59,10 @@ env:
# DD_TAGS: "environment:ci"
ELIXIR_MODULE: AbsintheFederationExample
ECS_CLUSTER: foo
ECS_SERVICE: absinthe-app
ECS_CONTAINER: absinthe-app
CODEDEPLOY_APPLICATION: absinthe-app
CODEDEPLOY_DEPLOYMENT_GROUP: absinthe-app-ecs
ECS_SERVICE: foo-api
ECS_CONTAINER: foo-api
CODEDEPLOY_APPLICATION: foo-api
CODEDEPLOY_DEPLOYMENT_GROUP: foo-api-ecs
TASKDEF: ecs/task-definition.json
APPSPEC: ecs/appspec.yml
# AWS SSM Parameter Store name prefix
Expand Down Expand Up @@ -1018,7 +1018,7 @@ jobs:
# https://docs.aws.amazon.com/codedeploy/latest/userguide/reference-appspec-file-structure-resources.html
# - name: Generate CodeDeploy appspec.yml
# env:
# CONTAINER_NAME: "absinthe-app"
# CONTAINER_NAME: "foo-api"
# PORT: "4000"
# run: sed -i -e "s!<NAME>!${CONTAINER_NAME}!g" -e "s!<PORT>!${PORT}!g" ecs/appspec.yml

Expand Down

0 comments on commit 92613be

Please sign in to comment.