Skip to content

Commit

Permalink
pipeline changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Sheetal-ayanworks committed Apr 17, 2024
1 parent 6376265 commit 227efea
Show file tree
Hide file tree
Showing 13 changed files with 47 additions and 13 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:
ECR_IMAGE_TAG: "AGENT_V_${{ github.run_number }}"
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

0 comments on commit 227efea

Please sign in to comment.