Skip to content

Commit

Permalink
Merge pull request #4 from Bhutan-NDI/pipeline-implementation
Browse files Browse the repository at this point in the history
Pipeline implementation
  • Loading branch information
Sheetal-ayanworks authored Apr 17, 2024
2 parents caad0b6 + bf45ee4 commit c0b76c0
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 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:
- develop
paths:
- 'apps/api-gateway/**'
workflow_dispatch:
# paths:
# - 'apps/api-gateway/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "API-GATEWAY_V_${{ github.run_number }}"
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/dev-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- develop
# paths:
# - 'apps/ecosystem/**'
# workflow_dispatch:
paths:
- 'apps/ecosystem/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "ECOSYSTEM_V_${{ github.run_number }}"
Expand Down
2 changes: 1 addition & 1 deletion taskdef/api-gateway-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "api_gateway",
"image": "%REPOSITORY_URI%:CONNECTION_V_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:API-GATEWAY_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [
Expand Down

0 comments on commit c0b76c0

Please sign in to comment.