Skip to content

Commit

Permalink
pipeline implemetation
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
1 parent b77e4d7 commit 9bb305b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 29 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/dev-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- pipeline-implementation
paths:
- 'apps/api-gateway/**'
workflow_dispatch:
# paths:
# - 'apps/api-gateway/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "AGENT_V_${{ github.run_number }}"
Expand Down
27 changes: 1 addition & 26 deletions taskdef/ecosystem-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,32 +16,7 @@
}
],
"mountPoints": [],
"volumes": [
{
"name": "AGNET-CONFIG",
"efsVolumeConfiguration": {
"fileSystemId": "fs-0f406534d277ce362",
"rootDirectory": "/",
"transitEncryption": "ENABLED",
"authorizationConfig": {
"accessPointId": "fsap-08e845bf6b2e91d54",
"iam": "DISABLED"
}
}
},
{
"name": "port-file",
"efsVolumeConfiguration": {
"fileSystemId": "fs-0f406534d277ce362",
"rootDirectory": "/",
"transitEncryption": "ENABLED",
"authorizationConfig": {
"accessPointId": "fsap-03a488e6480df19a2",
"iam": "DISABLED"
}
}
}
],
"volumes": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
Expand Down

0 comments on commit 9bb305b

Please sign in to comment.