Skip to content

Commit

Permalink
Merge pull request #5 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 c0b76c0 + af08144 commit 391adb9
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ on:
push:
branches:
- develop
paths:
- 'apps/webhook/**'
workflow_dispatch:
# paths:
# - 'apps/webhook/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "WEBHOOK_V_${{ github.run_number }}"
Expand Down
2 changes: 1 addition & 1 deletion qa-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
2 changes: 1 addition & 1 deletion qa-taskdef/webhook-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "webhook",
"image": "%REPOSITORY_URI%:WEBHOOK_v_%BUILD_NUMBER%",
"image": "%REPOSITORY_URI%:WEBHOOK_V_%BUILD_NUMBER%",
"cpu": 1024,
"memory": 2048,
"portMappings": [],
Expand Down

0 comments on commit 391adb9

Please sign in to comment.