Skip to content

Commit

Permalink
Merge pull request #3 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 7ec94fd + 8c1ee23 commit caad0b6
Show file tree
Hide file tree
Showing 14 changed files with 48 additions and 14 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/dev-agent.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- develop

paths:
- 'apps/agent-service/**'
workflow_dispatch:

env:

Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-api-gateway.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/api-gateway/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "API-GATEWAY_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-connection.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/connection/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "CONNECTION_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dev-ecosystem.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- develop

# paths:
# - 'apps/ecosystem/**'
# workflow_dispatch:

env:
ECR_IMAGE_TAG: "ECOSYSTEM_V_${{ github.run_number }}"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-issuance.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/issuance/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "ISSUANCE_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dev-ledger.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- develop

paths:
- 'apps/ledger/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "LEDGER_V_${{ github.run_number }}"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dev-notification-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- pipeline-implementation

paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "USER_v_${{ github.run_number }}"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/notification/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "NOTIFICATION_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-organization.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/organization/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "ORGANIZATION_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-user.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/user/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "USER_v_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/utility/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "UTILITY_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/dev-verification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,10 @@ on:
push:
branches:
- develop

paths:
- 'apps/webhook/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "VERIFICATION_V_${{ github.run_number }}"
ECR_REPOSITORY: "dev-services"
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/dev-webhook.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ on:
push:
branches:
- develop

paths:
- 'apps/webhook/**'
workflow_dispatch:

env:
ECR_IMAGE_TAG: "WEBHOOK_V_${{ github.run_number }}"
Expand Down
2 changes: 1 addition & 1 deletion taskdef/ecosystem-service.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}
],
"mountPoints": [],
"volumes": [],
"volumesFrom": [],
"ulimits": [],
"logConfiguration": {
"logDriver": "awslogs",
Expand Down

0 comments on commit caad0b6

Please sign in to comment.